Skip to content

Commit

Permalink
Fix generator import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperManifolds committed Apr 23, 2024
1 parent db6f8fe commit cae20bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/generator/golang/imports.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package golang

var (
RequiredImports = []string{
"github.com/loopholelabs/polyglot",
"github.com/loopholelabs/polyglot/v2",
"errors",
}
)

0 comments on commit cae20bc

Please sign in to comment.