1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00
2018-02-22 14:24:27 +02:00

8 lines
93 B
Go

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