mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
remove unused struct fields
This commit is contained in:
parent
984374f5b6
commit
2411ac592a
1 changed files with 0 additions and 6 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue