remove unused struct fields

This commit is contained in:
Joshua Harshman 2019-05-07 11:22:21 -06:00
parent 2d154be39b
commit 35a358472c

View file

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