1
0
mirror of https://github.com/astaxie/beego.git synced 2024-10-05 23:11:49 +00:00
Beego/vendor/github.com/go-redis/redis/internal/util/safe.go

8 lines
93 B
Go
Raw Normal View History

2018-07-30 04:05:51 +00:00
// +build appengine
package util
func BytesToString(b []byte) string {
return string(b)
}