1
0
forked from cerc-io/plugeth
plugeth/vendor/github.com/allegro/bigcache/bytes_appengine.go

8 lines
97 B
Go
Raw Normal View History

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