status-im / status-protocol-go

Status Protocol implementation in Go
Mozilla Public License 2.0
0 stars 1 forks source link

define a JSON hex encoder which encodes bytes in hex instead of base64 #31

Closed adambabik closed 5 years ago

adambabik commented 5 years ago

As a developer I would like the logger to have byte slices encoded as hex instead of base64 as hex encoding is usually used by us.