go-gallery/vendor/github.com/go-redis/redis/internal/util/safe.go

8 lines
93 B
Go
Raw Normal View History

2018-04-18 06:16:29 +00:00
// +build appengine
package util
func BytesToString(b []byte) string {
return string(b)
}