mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-19 12:19:42 +07:00
style: format golang import package code style (#58)
Co-authored-by: Kevin Yu <yqlbu@Bu.edu>
This commit is contained in:
@ -6,8 +6,9 @@
|
||||
package json
|
||||
|
||||
import (
|
||||
jsoniter "github.com/json-iterator/go"
|
||||
"unsafe"
|
||||
|
||||
jsoniter "github.com/json-iterator/go"
|
||||
)
|
||||
|
||||
type FuzzyBoolDecoder struct {
|
||||
@ -48,4 +49,4 @@ func (decoder *FuzzyBoolDecoder) Decode(ptr unsafe.Pointer, iter *jsoniter.Itera
|
||||
default:
|
||||
iter.ReportError("FuzzyBoolDecoder", "not number, string or bool")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user