Merge pull request #803 from DandDevy/patch-1

Fix description of the new command
This commit is contained in:
Ming Deng 2021-09-18 23:08:58 +08:00 committed by GitHub
commit 8f8166b3da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ var CmdNew = &commands.Command{
Short: "Creates a Beego application",
Long: `
Creates a Beego application for the given app name in the current directory.
now default supoort generate a go modules project
now defaults to generating as a go modules project
The command 'new' creates a folder named [appname] [-gopath=false] [-beego=v1.12.3] and generates the following structure:
main.go