Fix the path to swagger package in beego

This commit is contained in:
Sunil 2020-11-07 16:20:47 +02:00
parent 36e532fa4b
commit b9467d7393
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ import (
yaml "gopkg.in/yaml.v2"
"github.com/astaxie/beego/server/web/swagger"
"github.com/astaxie/beego/core/utils"
"github.com/astaxie/beego/swagger"
"github.com/astaxie/beego/utils"
beeLogger "github.com/beego/bee/logger"
)