Skip to content

Commit

Permalink
fix(gau): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lc committed Nov 14, 2021
1 parent 3e553fe commit e32da02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/gau/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func main() {
log.Fatal(err)
}

gau/v2 := &runner.Runner{}
gau := &runner.Runner{}

if err = gau/v2.Init(config, pMap); err != nil {
log.Fatal(err)
Expand Down

0 comments on commit e32da02

Please sign in to comment.