gf/util/gconv
2022-05-09 21:26:42 +08:00
..
gconv_convert.go fix issue #1708 2022-04-12 12:09:09 +08:00
gconv_float.go improve package gconv 2021-11-19 15:21:46 +08:00
gconv_int.go remove octal number converting for gconv.Int*/Uint* functions; fix issue #1733 2022-05-09 21:26:42 +08:00
gconv_interface.go version 2 2021-10-11 21:41:56 +08:00
gconv_map.go fix issue #1568 2022-01-13 20:49:26 +08:00
gconv_maps.go version 2 2021-10-11 21:41:56 +08:00
gconv_maptomap.go Improved import, by group improt. 2021-11-13 23:30:31 +08:00
gconv_maptomaps.go Improved import, by group improt. 2021-11-13 23:30:31 +08:00
gconv_scan.go fix issue converting empty map[string]string to map[string]interface{} 2021-12-17 17:22:55 +08:00
gconv_slice_any.go improve recursilve validation feature for package gvalid 2022-03-17 20:27:59 +08:00
gconv_slice_float.go improve recursilve validation feature for package gvalid 2022-03-17 20:27:59 +08:00
gconv_slice_int.go improve recursilve validation feature for package gvalid 2022-03-17 20:27:59 +08:00
gconv_slice_str.go improve recursilve validation feature for package gvalid 2022-03-17 20:27:59 +08:00
gconv_slice_uint.go improve recursilve validation feature for package gvalid 2022-03-17 20:27:59 +08:00
gconv_struct.go fix issue #1708 2022-04-12 12:09:09 +08:00
gconv_structs.go fix issue #1571 2022-01-15 22:15:10 +08:00
gconv_time.go version 2 2021-10-11 21:41:56 +08:00
gconv_uint.go remove octal number converting for gconv.Int*/Uint* functions; fix issue #1733 2022-05-09 21:26:42 +08:00
gconv_unsafe.go add map/[]map converting support for gconv.Scan;improve gconv.MaptoMaps 2021-03-23 17:53:20 +08:00
gconv_z_bench_bytes_test.go version 2 2021-10-11 21:41:56 +08:00
gconv_z_bench_float_test.go copyright comment update 2021-01-17 21:46:25 +08:00
gconv_z_bench_int_test.go copyright comment update 2021-01-17 21:46:25 +08:00
gconv_z_bench_reflect_test.go copyright comment update 2021-01-17 21:46:25 +08:00
gconv_z_bench_str_test.go copyright comment update 2021-01-17 21:46:25 +08:00
gconv_z_bench_struct_test.go copyright comment update 2021-01-17 21:46:25 +08:00
gconv_z_unit_all_test.go remove octal number converting for gconv.Int*/Uint* functions; fix issue #1733 2022-05-09 21:26:42 +08:00
gconv_z_unit_basic_test.go version 2 2021-10-11 21:41:56 +08:00
gconv_z_unit_bool_test.go version 2 2021-10-11 21:41:56 +08:00
gconv_z_unit_custom_type_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
gconv_z_unit_map_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
gconv_z_unit_maptomap_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
gconv_z_unit_scan_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
gconv_z_unit_slice_test.go fix issue #1750 2022-04-18 20:57:41 +08:00
gconv_z_unit_string_test.go version 2 2021-10-11 21:41:56 +08:00
gconv_z_unit_struct_marshal_unmarshal_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
gconv_z_unit_struct_tag_test.go version 2 2021-10-11 21:41:56 +08:00
gconv_z_unit_struct_test.go improve package gconv 2022-04-11 21:54:23 +08:00
gconv_z_unit_structs_test.go t.Assert(err, nil) -> t.AssertNil(err) 2022-03-10 11:36:40 +08:00
gconv_z_unit_time_test.go version 2 2021-10-11 21:41:56 +08:00
gconv_z_unit_unsafe_test.go version 2 2021-10-11 21:41:56 +08:00
gconv.go fix issue #1750 2022-04-18 20:57:41 +08:00