mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 23:57:23 +00:00
7 lines
97 B
Go
7 lines
97 B
Go
// +build appengine
|
|
|
|
package bigcache
|
|
|
|
func bytesToString(b []byte) string {
|
|
return string(b)
|
|
}
|