Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Replace gotool with gogen (#1838)
Browse files Browse the repository at this point in the history
  • Loading branch information
badstorm authored and markbates committed Nov 20, 2019
1 parent e6a0883 commit 603c5f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var generateCmd = &cobra.Command{
}
r.With(g)

g, err = gotools.GoFmt(r.Root)
g, err = gogen.Fmt(r.Root)
if err != nil {
return err
}
Expand Down

0 comments on commit 603c5f0

Please sign in to comment.