ipld-eth-server/vendor/github.com/allegro/bigcache/bytes_appengine.go
2019-07-23 15:26:18 -05:00

8 lines
97 B
Go

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