更新 'internal/json/gojson.go'

This commit is contained in:
raizen666 2021-07-15 04:57:32 +08:00
parent 7be7d168c1
commit 8ebe737012
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}