Re: Convert private data hash to string
Brett T Logan <brett.t.logan@...>
Ah, its hex, you need to use one of the functions on: https://golang.org/pkg/encoding/hex/ to decode it or you can use `fmt.Sprintf("%x", bytes)` to convert it to a raw string
----- Original message -----
|
|