update swagger to v3

This commit is contained in:
astaxie 2017-04-19 20:52:36 +08:00
parent 05a49939e1
commit 3b316ecd81
1 changed files with 1 additions and 1 deletions

View File

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