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

bump up beego to v2.0.2, bump up swagger ui to v4.6.1

This commit is contained in:
Deng Ming
2022-03-09 23:46:42 +08:00
parent 8f8166b3da
commit e3d0b640df
3 changed files with 265 additions and 78 deletions

View File

@ -11,8 +11,8 @@ import (
)
var (
swaggerVersion = "3"
swaggerlink = "https://github.com/beego/swagger/archive/v" + swaggerVersion + ".zip"
swaggerVersion = "4.6.1"
swaggerlink = "https://codeload.github.com/beego/swagger/zip/refs/tags/v" + swaggerVersion
)
func downloadFromURL(url, fileName string) {