bytes_appengine.go 97 Bytes
// +build appengine

package bigcache

func bytesToString(b []byte) string {
	return string(b)
}