mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
9f2a4b378f
* String payload * Verify ENS Names * Update status-protocol-go
8 lines
97 B
Go
8 lines
97 B
Go
// +build appengine
|
|
|
|
package bigcache
|
|
|
|
func bytesToString(b []byte) string {
|
|
return string(b)
|
|
}
|