Skip to content

Commit

Permalink
fix(gen/imports): add missing no-op import (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Jun 18, 2023
1 parent c8d2be5 commit d3e5ac3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generator/templates/_header.gotpl
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
_ "github.com/iancoleman/strcase"
_ "github.com/takuoki/gocase"
_ "github.com/joho/godotenv"
_ "golang.org/x/text/cases"
)

// ignore unused os import as it may not be needed depending on engine type
Expand Down

0 comments on commit d3e5ac3

Please sign in to comment.