Skip to content

Commit 353e9ac

Browse files
committed
fix #13
1 parent f661d70 commit 353e9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/liveTemplates/GoFrame.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<option name="GO_FILE" value="true" />
99
</context>
1010
</template>
11-
<template name="gfapicombo" value="type (&#10; $apiName$Req struct {&#10; g.Meta `path:&quot;$path$&quot; method:&quot;$method$&quot;`&#10; $input$&#10; }&#10; &#10; $apiName$Res struct {&#10; }&#10;}" description="gen gf api struct(gf &gt;= 2.5.7)" toReformat="false" toShortenFQNames="true">
11+
<template name="gfapicombo" value="type (&#10; $apiName$Req struct {&#10; g.Meta `path:&quot;$path$&quot; method:&quot;$method$&quot;`&#10; $input$&#10; }&#10; &#10; $apiName$Res struct {&#10; }&#10;)" description="gen gf api struct(gf &gt;= 2.5.7)" toReformat="false" toShortenFQNames="true">
1212
<variable name="apiName" expression="" defaultValue="" alwaysStopAt="true" />
1313
<variable name="path" expression="" defaultValue="" alwaysStopAt="true" />
1414
<variable name="method" expression="" defaultValue="" alwaysStopAt="true" />

0 commit comments

Comments
 (0)