Skip to content

Commit

Permalink
Merge pull request #2 from akupila/fix-go-get
Browse files Browse the repository at this point in the history
fix go get
  • Loading branch information
jondot authored Dec 25, 2018
2 parents ee64f40 + 1696094 commit 730fcbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module goweight
module github.com/jondot/goweight

require (
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
Expand Down
5 changes: 3 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ package main
import (
"encoding/json"
"fmt"
"goweight/pkg"

"gopkg.in/alecthomas/kingpin.v2"
"github.com/jondot/goweight/pkg"

kingpin "gopkg.in/alecthomas/kingpin.v2"
)

var (
Expand Down

0 comments on commit 730fcbb

Please sign in to comment.