hashStr := fmt.Sprintf("%x", myhash)
(or hex.EncodeToString if you don’t already have a fmt dependency)
hex.EncodeToString
fmt