Update beego to v1.12.11

This commit is contained in:
Gucheng Wang
2022-09-29 19:44:08 +08:00
parent ebe1887e8b
commit 04709f731b
35 changed files with 47 additions and 46 deletions

View File

@ -19,8 +19,8 @@ import (
"net/http"
"strings"
"github.com/astaxie/beego/context"
"github.com/astaxie/beego/logs"
"github.com/beego/beego/context"
"github.com/beego/beego/logs"
)
func GetIPInfo(clientIP string) string {

View File

@ -17,7 +17,7 @@ package util
import (
"fmt"
"github.com/astaxie/beego/logs"
"github.com/beego/beego/logs"
)
func SafeGoroutine(fn func()) {