1
0
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:
2022-06-17 15:25:35 +08:00
parent d12c947226
commit 1eeed34adf
7 changed files with 48 additions and 4 deletions

View File

@ -8,7 +8,7 @@ import (
"github.com/json-iterator/go/extra"
)
func init() {
func RegisterFuzzyDecoders() {
extra.RegisterFuzzyDecoders()
}