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 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 {