mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 04:40:39 +00:00
mall fixes
This commit is contained in:
2
cache/conv.go
vendored
2
cache/conv.go
vendored
@ -28,7 +28,7 @@ func GetString(v interface{}) string {
|
||||
return string(result)
|
||||
default:
|
||||
if v != nil {
|
||||
return fmt.Sprintf("%v", result)
|
||||
return fmt.Sprint(result)
|
||||
}
|
||||
}
|
||||
return ""
|
||||
|
Reference in New Issue
Block a user