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

Merge pull request #4327 from flycash/develop

Update readme
This commit is contained in:
Ming Deng 2020-11-27 00:02:56 +08:00 committed by GitHub
commit 7ee5c8e553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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