1
0
mirror of https://github.com/beego/bee.git synced 2025-06-12 10:00:41 +00:00

upgrade Beego to v2.0.3

This commit is contained in:
Deng Ming
2022-05-23 21:42:04 +08:00
parent 1b4f90114a
commit 7ee363657f
5 changed files with 249 additions and 268 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
export GO111MODULE=on
go get github.com/beego/bee/v2@v2.0.2
go get github.com/beego/bee/v2@latest
bee new hello
cd hello
bee run