Closed lzecca78 closed 2 years ago
Hi everyone 👋 as we discussed yesterday, I've added the decoding line for gitCrypt because of https://pkg.go.dev/encoding/json#Marshal:
Array and slice values encode as JSON arrays, except that []byte encodes as a base64-encoded string, and a nil slice encodes as the null JSON value.
@ralgozino ✅ !
Hi everyone 👋 as we discussed yesterday, I've added the decoding line for gitCrypt because of https://pkg.go.dev/encoding/json#Marshal: