.. |
gconv_convert.go
|
fix: #3449 accept slice parameter as json.RawMessage for http request (#3452)
|
2024-04-07 14:09:52 +08:00 |
gconv_converter.go
|
improve converter feature for package gconv (#3211)
|
2024-01-22 21:52:54 +08:00 |
gconv_float.go
|
improve package gconv
|
2021-11-19 15:21:46 +08:00 |
gconv_int.go
|
fixed inconsistent results when converting float64(NaN) to int/uint on multiple platforms (#2064)
|
2022-08-15 21:51:34 +08:00 |
gconv_interface.go
|
fix issue #3218 #3204 (#3220)
|
2023-12-19 21:58:12 +08:00 |
gconv_map.go
|
enhance: use map iter to iterate the map instead of map keys and values (#3457)
|
2024-04-07 10:00:04 +08:00 |
gconv_maps.go
|
improve map converting feature using MapOption for package gconv (#3170)
|
2023-11-23 18:59:04 +08:00 |
gconv_maptomap.go
|
fix: cache value assertion panic if the cache adapter is not in-memory for soft time feature of package gdb ; improve converting performance for gconv.Scan (#3351)
|
2024-03-07 11:36:42 +08:00 |
gconv_maptomaps.go
|
fix: cache value assertion panic if the cache adapter is not in-memory for soft time feature of package gdb ; improve converting performance for gconv.Scan (#3351)
|
2024-03-07 11:36:42 +08:00 |
gconv_ptr.go
|
add Ptr* functions for package gconv (#2206)
|
2022-10-18 19:13:14 +08:00 |
gconv_scan_list.go
|
util/gconv: remove unnecessary logic for function doScanList (#3588)
|
2024-05-20 19:42:51 +08:00 |
gconv_scan.go
|
fix: cache value assertion panic if the cache adapter is not in-memory for soft time feature of package gdb ; improve converting performance for gconv.Scan (#3351)
|
2024-03-07 11:36:42 +08:00 |
gconv_slice_any.go
|
fix issue 2395 (#2399)
|
2023-01-17 14:51:19 +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
|
fix: #3465 If the value of a string is null, the value of string is nil after the string is converted to []string (#3468)
|
2024-04-10 20:18:03 +08:00 |
gconv_slice_uint.go
|
improve recursilve validation feature for package gvalid
|
2022-03-17 20:27:59 +08:00 |
gconv_struct.go
|
enhance: improve performance of struct converting for package gconv (#3412)
|
2024-04-23 21:30:06 +08:00 |
gconv_structs.go
|
fix: cache value assertion panic if the cache adapter is not in-memory for soft time feature of package gdb ; improve converting performance for gconv.Scan (#3351)
|
2024-03-07 11:36:42 +08:00 |
gconv_time.go
|
Make GTime support multiple formats (#2933)
|
2023-09-13 19:29:25 +08:00 |
gconv_uint.go
|
remove uint repeat conversion (#2096)
|
2022-08-26 15:45:41 +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
|
enhance: improve performance of struct converting for package gconv (#3412)
|
2024-04-23 21:30:06 +08:00 |
gconv_z_unit_bool_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_byte_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_convert_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_converter_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_float_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_int_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_interfaces_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_issue_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_map_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_ptr_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_rune_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_scan_list_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_scan_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_string_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_struct_marshal_unmarshal_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_struct_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_time_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_uint_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv_z_unit_unsafe_test.go
|
util/gconv: refactor code unit testing (#3591)
|
2024-05-20 19:40:30 +08:00 |
gconv.go
|
fix #3245 (#3298)
|
2024-02-06 11:47:25 +08:00 |