1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 13:10:18 +00:00
This commit is contained in:
JessonChan
2016-03-25 10:38:33 +08:00
parent 425e894015
commit 8c09cfbe63

2
fix.go
View File

@ -280,7 +280,7 @@ func fixLogModule(fixed string) string {
}
}
const gitHubBeego = `"github.com/astaxie/beego"` + "\n"
const gitHubLogs = `"github.com/astaxie/beego/logs` + "\n"
const gitHubLogs = `"github.com/astaxie/beego/logs"` + "\n"
if !needBeego {
return strings.Replace(fixed, gitHubBeego, gitHubLogs, -1)
}