#-
2 messages · Page 1 of 1 (latest)
you may want to parse and decode it manually instead of replying on json package.
with https://pkg.go.dev/encoding/base64#NewDecoder you can do streaming
2 messages · Page 1 of 1 (latest)
why are you attaching a file in json?
you may want to parse and decode it manually instead of replying on json package.
with https://pkg.go.dev/encoding/base64#NewDecoder you can do streaming