1
0
mirror of https://github.com/astaxie/beego.git synced 2024-11-23 17:40:56 +00:00

Update readme

This commit is contained in:
Ming Deng 2020-11-26 23:49:37 +08:00
parent 359ad7a889
commit 4afa9d2d25

View File

@ -40,7 +40,9 @@ v1.12.4 will be released on Jan 2021 And v2.0.0 will be released next month.
#### Download and install #### Download and install
go get -u github.com/astaxie/beego go get -u github.com/astaxie/beego@develop
Now we are working on beego v2.0.0, so using `@develop`.
#### Create file `hello.go` #### Create file `hello.go`
```go ```go