Update def.go

This commit is contained in:
谢小军
2019-12-13 20:09:06 +08:00
parent a5138f07cf
commit e770a9834e

View File

@@ -65,5 +65,5 @@ type BaseInfo struct {
// GenOutInfo generate file list. 生成的文件列表
type GenOutInfo struct {
FileName string // output file name .输出文件名
FileCtx string // output file context.输出文件内容
FileCtx string // output file context. 输出文件内容
}