1
0
mirror of https://github.com/astaxie/beego.git synced 2024-07-05 23:35:12 +00:00
Beego/vendor/github.com/go-redis/redis/internal/util/safe.go
2018-07-30 12:05:51 +08:00

8 lines
93 B
Go

// +build appengine
package util
func BytesToString(b []byte) string {
return string(b)
}