Skip to content

Commit

Permalink
Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriy Garanzha committed Jan 9, 2019
1 parent 84b7f0e commit 3b61613
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 13 deletions.
35 changes: 27 additions & 8 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version = "1.2.1"

[[constraint]]
branch = "master"
revision = "66487607e2081c7c2af2281c62c14ee000d5024b"
name = "golang.org/x/tools"

[prune]
Expand Down
2 changes: 1 addition & 1 deletion dataloaden.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"os"

"github.com/EGT-Ukraine/dataloaden/pkg/generator"
"github.com/vektah/dataloaden/pkg/generator"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion example/pkgname/user.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package differentpkg

//go:generate go run ../../dataloaden.go ../../template.go -keys string github.com/vektah/dataloaden/example.User
//go:generate go run ../../dataloaden.go -keys string github.com/vektah/dataloaden/example.User
2 changes: 1 addition & 1 deletion example/slice/user.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go run ../../dataloaden.go ../../template.go -keys int -slice github.com/vektah/dataloaden/example.User
//go:generate go run ../../dataloaden.go -keys int -slice github.com/vektah/dataloaden/example.User

package slice

Expand Down
2 changes: 1 addition & 1 deletion example/user.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go run ../dataloaden.go ../template.go -keys string github.com/vektah/dataloaden/example.User
//go:generate go run ../dataloaden.go -keys string github.com/vektah/dataloaden/example.User

package example

Expand Down

0 comments on commit 3b61613

Please sign in to comment.