bytes_appengine.go 97 Bytes EditWeb IDE 1 2 3 4 5 6 7 // +build appengine package bigcache func bytesToString(b []byte) string { return string(b) }