From 2411ac592a8a714d324edd1abc880a55c17a9de0 Mon Sep 17 00:00:00 2001 From: Joshua Harshman Date: Tue, 7 May 2019 11:22:21 -0600 Subject: [PATCH] remove unused struct fields --- cobra/cmd/project.go | 6 ------ 1 file changed, 6 deletions(-) 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 {