未验证 提交 76debb18 编写于 作者: A Acmefocus 提交者: GitHub

Update README.md

上级 8ee167bc
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册