redis/unsafe.go

8 lines
95 B
Go

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