1
0
mirror of https://github.com/beego/bee.git synced 2024-06-02 00:43:27 +00:00

update swagger to v3

This commit is contained in:
astaxie 2017-04-19 20:52:36 +08:00
parent 05a49939e1
commit 3b316ecd81

View File

@ -11,7 +11,7 @@ import (
) )
var ( var (
swaggerVersion = "2" swaggerVersion = "3"
swaggerlink = "https://github.com/beego/swagger/archive/v" + swaggerVersion + ".zip" swaggerlink = "https://github.com/beego/swagger/archive/v" + swaggerVersion + ".zip"
) )