feat(init): Improve check and user input
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user