remove unused struct fields
This commit is contained in:
		
				
					committed by
					
						
						Steve Francia
					
				
			
			
				
	
			
			
			
						parent
						
							984374f5b6
						
					
				
				
					commit
					2411ac592a
				
			@ -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 {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user