Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
novalagung committed May 3, 2020
1 parent c43d4d3 commit 919689e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 2 deletions.
5 changes: 5 additions & 0 deletions chapter-B.21-cookie/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module chapter-B.21-cookie

go 1.14

require github.com/novalagung/gubrak/v2 v2.0.0 // indirect
10 changes: 10 additions & 0 deletions chapter-B.21-cookie/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
github.com/DefinitelyMod/gocsv v0.0.0-20181205141819-acfa5f112b45/go.mod h1:+nlrAh0au59iC1KN5RA1h1NdiOQYlNOBrbtE1Plqht4=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/novalagung/gubrak v1.0.0 h1:+iDvzUcSHUoa3bwP/ig40K2h9X+5cX2w5qcBb3izAwo=
github.com/novalagung/gubrak/v2 v2.0.0 h1:7wqp2XA2cLuTHyxVYw3AS+vRSfiwo8h3hmKxPFulOmA=
github.com/novalagung/gubrak/v2 v2.0.0/go.mod h1:zilliNLzP2RSdZ67Sz7NdqI4bg3j5zUTFR34tuXopA0=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
3 changes: 2 additions & 1 deletion chapter-B.21-cookie/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package main

import (
"fmt"
"github.com/novalagung/gubrak"
"net/http"
"time"

"github.com/novalagung/gubrak/v2"
)

type M map[string]interface{}
Expand Down
3 changes: 3 additions & 0 deletions chapter-B.22-configuration-file/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module chapter-B.22-configuration-file

go 1.14
2 changes: 1 addition & 1 deletion chapter-B.22-configuration-file/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net/http"
"time"

"dasarpemrogramangolang/chapter-B.22-configuration-file/conf"
"chapter-B.22-configuration-file/conf"
)

type CustomMux struct {
Expand Down

0 comments on commit 919689e

Please sign in to comment.