kesonan 1 anno fa
parent
commit
c4ef9ceb68
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      tools/goctl/api/new/api.tpl

+ 2 - 0
tools/goctl/api/new/api.tpl

@@ -1,3 +1,5 @@
+syntax = "v1"
+
 type Request {
   Name string `path:"name,options=you|me"`
 }