修改不能编辑代码注释 (#92)

* rename file and function name

* update comments of "code generate"
This commit is contained in:
miaogaolin
2020-09-21 18:27:35 +08:00
committed by GitHub
parent 5e6dcac734
commit 46995a4d7d
12 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ import (
)
const (
componentsTemplate = `// DO NOT EDIT, generated by goctl
componentsTemplate = `// Code generated by goctl. DO NOT EDIT.
{{.componentTypes}}
`