kesonan 1 год назад
Родитель
Сommit
c4ef9ceb68
1 измененных файлов с 2 добавлено и 0 удалено
  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"`
 }