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
parse error: expected string near offset 17 of 'avatar'
I'm also having this issue with a different struct with a []byte field.
I've tried generating the easyjson files with the -byte tag -- no effect.
I've tried generating the easyjson files with the nounsafe build tag (with easyjson -all -build_tags "easyjson_nounsafe" file.go, as vaguely described in the docs). which instead makes none of the generated methods be linked to the structs, rendering the easyjson marshaler/unmarshaler unusable entirely.
The text was updated successfully, but these errors were encountered:
Tested on this struct
causing
I'm also having this issue with a different struct with a []byte field.
I've tried generating the easyjson files with the
-byte
tag -- no effect.I've tried generating the easyjson files with the nounsafe build tag (with
easyjson -all -build_tags "easyjson_nounsafe" file.go
, as vaguely described in the docs). which instead makes none of the generated methods be linked to the structs, rendering the easyjson marshaler/unmarshaler unusable entirely.The text was updated successfully, but these errors were encountered: