mirror of
https://github.com/astaxie/beego.git
synced 2025-08-03 23:15:32 +00:00
@@ -12,11 +12,11 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
|
|||||||
|
|
||||||
go get github.com/astaxie/beego
|
go get github.com/astaxie/beego
|
||||||
|
|
||||||
#### Create hello directory
|
#### Create `hello` directory, cd `hello` directory
|
||||||
|
|
||||||
sudo mkdir hello
|
mkdir hello
|
||||||
cd hello
|
cd hello
|
||||||
|
|
||||||
#### Init module
|
#### Init module
|
||||||
|
|
||||||
go mod init
|
go mod init
|
||||||
|
Reference in New Issue
Block a user