diff --git a/cobra/cmd/project.go b/cobra/cmd/project.go index 167c55ff..dd2f7ea2 100644 --- a/cobra/cmd/project.go +++ b/cobra/cmd/project.go @@ -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 {