feat(init): Improve check and user input

This commit is contained in:
Matthieu 'JP' DERASSE
2022-08-01 21:55:50 +00:00
parent 397540c1b1
commit fabf8fe1eb
9 changed files with 126 additions and 108 deletions

View File

@ -2,6 +2,10 @@ package models
// UserInputParams
type UserInputParams struct {
GoModuleName *string
DB bool
DB bool
GoModuleName *string
ProjectDescription string
ProjectDirectory string
ProjectName string
ProjectOwner string
}