mirror of
https://github.com/arnaucube/go-ethereum.git
synced 2026-02-28 14:06:45 +01:00
8 lines
97 B
Go
8 lines
97 B
Go
// +build appengine
|
|
|
|
package bigcache
|
|
|
|
func bytesToString(b []byte) string {
|
|
return string(b)
|
|
}
|