sighupio / fury-images

Support & Utilities container Images built and used by SIGHUP
11 stars 6 forks source link

fix: added decoding of gitCrypt #66

Closed lzecca78 closed 2 years ago

lzecca78 commented 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.
lzecca78 commented 2 years ago

@ralgozino ✅ !