1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-25 23:34:14 +00:00

Update README.md

This commit is contained in:
Acmefocus 2020-07-09 17:18:01 +08:00 committed by GitHub
parent 8ee167bc7b
commit 76debb1899
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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