diff --git a/internal/json/gojson.go b/internal/json/gojson.go index 376b89d4..4f1448e7 100644 --- a/internal/json/gojson.go +++ b/internal/json/gojson.go @@ -25,4 +25,4 @@ func (GOjson) Marshal(v interface{}) ([]byte, error) { // Unmarshal implements JSONInterface func (GOjson) Unmarshal(data []byte, v interface{}) error { return gojson.Unmarshal(data, v) -} \ No newline at end of file +}