Skip to content

Commit

Permalink
cmd/fillstruct: fix loading of module files.
Browse files Browse the repository at this point in the history
Fixes issue #31.
  • Loading branch information
davidrjenni committed Aug 27, 2019
1 parent 981bbac commit 96b850a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fillstruct/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ func main() {
Env: os.Environ(),
}

pkgs, err := packages.Load(cfg, path)
pkgs, err := packages.Load(cfg)
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 96b850a

Please sign in to comment.