refine goctl rpc generator

This commit is contained in:
kevin
2020-08-28 21:22:35 +08:00
parent db16115037
commit 72132ce399
20 changed files with 193 additions and 154 deletions

View File

@@ -1,6 +1,6 @@
package util
var headTemplate = `// Code generated by goctl. DO NOT EDIT.
var headTemplate = `// Code generated by goctl. DO NOT EDIT!
// Source: {{.source}}`
func GetHead(source string) string {