You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.
as mentioned in http://stackoverflow.com/questions/14177862/how-to-jsonize-a-uint8-slice-in-go,
[]uint8
fields are json encoded into string.Maybe replace
[]uint8
with[]int
, or, to make things simpler, just replace alluint*
withint
?The text was updated successfully, but these errors were encountered: