mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
8 lines
94 B
Go
8 lines
94 B
Go
// +build appengine
|
|
|
|
package redis
|
|
|
|
func bytesToString(b []byte) string {
|
|
return string(b)
|
|
}
|