You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-08-13 22:12:45 +02:00
fix typo
This commit is contained in:
@@ -461,7 +461,7 @@ func createEncoderOfType(cfg *frozenConfig, typ reflect.Type) (ValEncoder, error
|
|||||||
}
|
}
|
||||||
return &uint32Codec{}, nil
|
return &uint32Codec{}, nil
|
||||||
case reflect.Uint64:
|
case reflect.Uint64:
|
||||||
if typeName != "uint164" {
|
if typeName != "uint64" {
|
||||||
return encoderOfType(cfg, reflect.TypeOf((*uint64)(nil)).Elem())
|
return encoderOfType(cfg, reflect.TypeOf((*uint64)(nil)).Elem())
|
||||||
}
|
}
|
||||||
return &uint64Codec{}, nil
|
return &uint64Codec{}, nil
|
||||||
|
Reference in New Issue
Block a user