1
0
mirror of https://github.com/beego/bee.git synced 2025-07-10 01:10:21 +00:00

Add bee generate routers command

This commit is contained in:
Ming Deng
2021-02-09 23:33:22 +08:00
parent 21f42e22a4
commit 22a4b07b4a
4 changed files with 580 additions and 1 deletions

3
go.mod
View File

@ -1,6 +1,6 @@
module github.com/beego/bee/v2
go 1.13
go 1.16
require (
github.com/beego/beego/v2 v2.0.1
@ -14,6 +14,7 @@ require (
github.com/pelletier/go-toml v1.8.1
github.com/smartwalle/pongo2render v1.0.1
github.com/spf13/viper v1.7.0
golang.org/x/tools v0.0.0-20201211185031-d93e913c1a58
gopkg.in/yaml.v2 v2.3.0
)