mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
fix log output
This commit is contained in:
@ -3,7 +3,14 @@
|
|||||||
|
|
||||||
package json
|
package json
|
||||||
|
|
||||||
import jsoniter "github.com/json-iterator/go"
|
import (
|
||||||
|
jsoniter "github.com/json-iterator/go"
|
||||||
|
"github.com/json-iterator/go/extra"
|
||||||
|
)
|
||||||
|
|
||||||
|
func init() {
|
||||||
|
extra.RegisterFuzzyDecoders()
|
||||||
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
json = jsoniter.ConfigCompatibleWithStandardLibrary
|
json = jsoniter.ConfigCompatibleWithStandardLibrary
|
||||||
|
Reference in New Issue
Block a user