remove commented field in struct
This commit is contained in:
		@ -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(),
 | 
				
			||||||
				},
 | 
									},
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user