1
0
mirror of https://github.com/beego/bee.git synced 2025-06-12 15:10:39 +00:00

Update to v1.12.3

This commit is contained in:
Ming Deng
2020-11-25 21:01:30 +08:00
parent 62c20031a1
commit bc846b254e
3 changed files with 4 additions and 4 deletions

View File

@ -31,12 +31,12 @@ var gopath utils.DocValue
var beegoVersion utils.DocValue
var CmdNew = &commands.Command{
UsageLine: "new [appname] [-gopath=false] [-beego=v1.12.1]",
UsageLine: "new [appname] [-gopath=false] [-beego=v1.12.3]",
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
The command 'new' creates a folder named [appname] [-gopath=false] [-beego=v1.12.1] and generates the following structure:
The command 'new' creates a folder named [appname] [-gopath=false] [-beego=v1.12.3] and generates the following structure:
├── main.go
├── go.mod