更新 'internal/json/gojson.go'
This commit is contained in:
parent
7be7d168c1
commit
8ebe737012
|
@ -25,4 +25,4 @@ func (GOjson) Marshal(v interface{}) ([]byte, error) {
|
||||||
// Unmarshal implements JSONInterface
|
// Unmarshal implements JSONInterface
|
||||||
func (GOjson) Unmarshal(data []byte, v interface{}) error {
|
func (GOjson) Unmarshal(data []byte, v interface{}) error {
|
||||||
return gojson.Unmarshal(data, v)
|
return gojson.Unmarshal(data, v)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue