background/vendor/gopkg.in/redis.v3/safe.go
2019-01-28 11:19:49 +08:00

8 lines
94 B
Go

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