Skip to content

Commit

Permalink
fix: Only import strings when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mcristina422 committed May 30, 2019
1 parent a45a6ad commit 3deaa80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/openapi-generator/src/main/resources/go/api.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import (
"io/ioutil"
"net/http"
"net/url"
{{#pathParams}}
"strings"
{{/pathParams}}
{{#imports}} "{{import}}"
{{/imports}}
)
Expand Down

0 comments on commit 3deaa80

Please sign in to comment.