Update README.md

Signed-off-by: Acmefocus <107723772@qq.com>
This commit is contained in:
Acmefocus 2020-07-09 17:18:01 +08:00 committed by Acmefocus
parent 8ee167bc7b
commit 40cdc877b6
1 changed files with 9 additions and 0 deletions

View File

@ -12,6 +12,15 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature
go get github.com/astaxie/beego
#### Create hello directory
sudo mkdir hello
cd hello
#### Init module
go mod init
#### Create file `hello.go`
```go
package main