From 1a47e0e945d1a1e95cea479a285a0fdd2b14281b Mon Sep 17 00:00:00 2001 From: Daniel Ashcroft <38531814+DandDevy@users.noreply.github.com> Date: Fri, 17 Sep 2021 01:26:52 +0100 Subject: [PATCH] Fix description of the new command --- cmd/commands/new/new.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/commands/new/new.go b/cmd/commands/new/new.go index 27c9a9c..9d7c69d 100644 --- a/cmd/commands/new/new.go +++ b/cmd/commands/new/new.go @@ -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