Skip to content

Commit

Permalink
Remove dot in golang type (#7307)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmtstephane authored Aug 31, 2020
1 parent 8eea149 commit 15de43f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ package {{packageName}}
{{/-first}} "{{import}}"{{#-last}}
)
{{/-last}}{{/imports}}{{#model}}{{#isEnum}}{{#description}}// {{{classname}}} : {{{description}}}{{/description}}
type {{{name}}} {{^format}}{{dataType}}{{/format}}{{#format}}{{{format}}}{{/format}}
type {{{classname}}} {{^format}}{{dataType}}{{/format}}{{#format}}{{{format}}}{{/format}}

// List of {{{name}}}
// List of {{{classname}}}
const (
{{#allowableValues}}
{{#enumVars}}
Expand Down
2 changes: 2 additions & 0 deletions samples/server/petstore/go-api-server/go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/gorilla/mux v1.7.3 h1:gnP5JzjVOuiZD07fKKToCAOjS0yOpj/qPETTXCCS6hw=
github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs=

0 comments on commit 15de43f

Please sign in to comment.