remove commented field in struct

This commit is contained in:
jharshman 2019-01-30 01:45:15 -08:00 committed by Steve Francia
parent 2fea75b02e
commit 0bb1506d25

View file

@ -54,8 +54,6 @@ Example: cobra add server -> resulting in a new cmd/server.go`,
CmdParent: parentName, CmdParent: parentName,
Project: &Project{ Project: &Project{
AbsolutePath: fmt.Sprintf("%s/cmd", wd), AbsolutePath: fmt.Sprintf("%s/cmd", wd),
//AppName: path.Base(packageName),
//PkgName: packageName,
Legal: getLicense(), Legal: getLicense(),
Copyright: copyrightLine(), Copyright: copyrightLine(),
}, },