mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-17 16:12:42 +08:00
RegisterFuzzyDecoders
This commit is contained in:
@ -5,6 +5,9 @@ package json
|
||||
|
||||
import "encoding/json"
|
||||
|
||||
func RegisterFuzzyDecoders() {
|
||||
}
|
||||
|
||||
var (
|
||||
Marshal = json.Marshal
|
||||
Unmarshal = json.Unmarshal
|
||||
|
Reference in New Issue
Block a user