We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8b155 commit a224c98Copy full SHA for a224c98
1 file changed
modules/openapi-generator/src/main/resources/go/api_test.mustache
@@ -36,7 +36,7 @@ func Test_{{packageName}}_{{classname}}Service(t *testing.T) {
36
t.Skip("skip test") // remove to run test
37
38
{{/-first}}
39
- {{#isPrimitiveType}}
+ {{#isPrimitiveType}}
40
var {{paramName}} {{{dataType}}}
41
{{/isPrimitiveType}}
42
{{^isPrimitiveType}}
0 commit comments