1
0
mirror of https://github.com/charlienet/go-mixed.git synced 2025-07-17 16:12:42 +08:00

RegisterFuzzyDecoders

This commit is contained in:
2022-08-03 17:30:15 +08:00
parent 35751f7fdb
commit 1071ad3694

View File

@ -5,6 +5,9 @@ package json
import "encoding/json"
func RegisterFuzzyDecoders() {
}
var (
Marshal = json.Marshal
Unmarshal = json.Unmarshal