Browse Source

remove feature prefix

Tao Wen 7 năm trước cách đây
mục cha
commit
3d39af6dd9

+ 0 - 0
feature_adapter.go → adapter.go


+ 0 - 0
feature_any.go → any.go


+ 0 - 0
feature_any_array.go → any_array.go


+ 0 - 0
feature_any_bool.go → any_bool.go


+ 0 - 0
feature_any_float.go → any_float.go


+ 0 - 0
feature_any_int32.go → any_int32.go


+ 0 - 0
feature_any_int64.go → any_int64.go


+ 0 - 0
feature_any_invalid.go → any_invalid.go


+ 0 - 0
feature_any_nil.go → any_nil.go


+ 0 - 0
feature_any_number.go → any_number.go


+ 0 - 0
feature_any_object.go → any_object.go


+ 0 - 0
feature_any_string.go → any_string.go


+ 0 - 0
feature_any_uint32.go → any_uint32.go


+ 0 - 0
feature_any_uint64.go → any_uint64.go


+ 0 - 0
feature_config.go → config.go


+ 0 - 0
feature_config_with_sync_map.go → config_with_sync_map.go


+ 0 - 0
feature_config_without_sync_map.go → config_without_sync_map.go


+ 0 - 0
feature_iter.go → iter.go


+ 0 - 0
feature_iter_array.go → iter_array.go


+ 0 - 0
feature_iter_float.go → iter_float.go


+ 0 - 0
feature_iter_int.go → iter_int.go


+ 0 - 0
feature_iter_object.go → iter_object.go


+ 0 - 0
feature_iter_skip.go → iter_skip.go


+ 0 - 0
feature_iter_skip_sloppy.go → iter_skip_sloppy.go


+ 0 - 0
feature_iter_skip_sloppy_test.go → iter_skip_sloppy_test.go


+ 0 - 0
feature_iter_skip_strict.go → iter_skip_strict.go


+ 0 - 0
feature_iter_str.go → iter_str.go


+ 0 - 0
feature_json_number.go → json_number.go


+ 0 - 0
feature_pool.go → pool.go


+ 0 - 0
feature_reflect.go → reflect.go


+ 0 - 0
feature_reflect_array.go → reflect_array.go


+ 0 - 0
feature_reflect_extension.go → reflect_extension.go


+ 0 - 0
feature_reflect_map.go → reflect_map.go


+ 0 - 0
feature_reflect_marshaler.go → reflect_marshaler.go


+ 0 - 0
feature_reflect_native.go → reflect_native.go


+ 0 - 0
feature_reflect_optional.go → reflect_optional.go


+ 0 - 0
feature_reflect_slice.go → reflect_slice.go


+ 0 - 0
feature_reflect_struct_decoder.go → reflect_struct_decoder.go


+ 0 - 0
feature_reflect_struct_encoder.go → reflect_struct_encoder.go


+ 0 - 0
feature_stream.go → stream.go


+ 0 - 0
feature_stream_float.go → stream_float.go


+ 0 - 0
feature_stream_int.go → stream_int.go


+ 0 - 0
feature_stream_str.go → stream_str.go


+ 0 - 0
feature_stream_test.go → stream_test.go