mirror of
https://github.com/beego/bee.git
synced 2025-07-05 03:00:17 +00:00
update
This commit is contained in:
2
fix.go
2
fix.go
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user