Files
go-ethereum/vendor/github.com/allegro/bigcache/bytes_appengine.go
2018-11-15 12:22:13 +02:00

8 lines
97 B
Go

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