mirror of
https://github.com/astaxie/beego.git
synced 2024-11-24 16:20:54 +00:00
commit
3db31385cf
@ -8,6 +8,15 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
|
|||||||
|
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
|
#### Create `hello` directory, cd `hello` directory
|
||||||
|
|
||||||
|
mkdir hello
|
||||||
|
cd hello
|
||||||
|
|
||||||
|
#### Init module
|
||||||
|
|
||||||
|
go mod init
|
||||||
|
|
||||||
#### Download and install
|
#### Download and install
|
||||||
|
|
||||||
go get github.com/astaxie/beego
|
go get github.com/astaxie/beego
|
||||||
|
Loading…
Reference in New Issue
Block a user