remove unused struct fields

This commit is contained in:
Joshua Harshman 2019-05-07 11:22:21 -06:00 committed by Steve Francia
parent 984374f5b6
commit 2411ac592a

View file

@ -16,12 +16,6 @@ type Project struct {
Legal License
Viper bool
AppName string
//absPath string
//cmdPath string
//srcPath string
//license License
//name string
}
type Command struct {