.. |
gconv_convert.go
|
fix issue gconv struct slice/map of json.RawMessage (#3006) (#3008)
|
2023-10-11 21:35:27 +08:00 |
gconv_converter.go
|
improve converter feature for package gconv (#2869)
|
2023-08-17 20:33:12 +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
|
version 2
|
2021-10-11 21:41:56 +08:00 |
gconv_map.go
|
fix: gjson encode to string expect inconformity(issue 2520) (#2928)
|
2023-09-04 21:19:22 +08:00 |
gconv_maps.go
|
version 2
|
2021-10-11 21:41:56 +08:00 |
gconv_maptomap.go
|
fix: marked gcode.CodeInternalPanic for panic (#2860)
|
2023-08-14 09:53:13 +08:00 |
gconv_maptomaps.go
|
fix: marked gcode.CodeInternalPanic for panic (#2860)
|
2023-08-14 09:53:13 +08:00 |
gconv_ptr.go
|
add Ptr* functions for package gconv (#2206)
|
2022-10-18 19:13:14 +08:00 |
gconv_scan.go
|
improve comments for package gconv (#3057)
|
2023-10-17 21:09:46 +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
|
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 #3099 (#3107)
|
2023-10-31 20:02:20 +08:00 |
gconv_structs.go
|
fix: marked gcode.CodeInternalPanic for panic (#2860)
|
2023-08-14 09:53:13 +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
|
copyright comment update
|
2021-01-17 21:46:25 +08:00 |
gconv_z_unit_all_test.go
|
refactor: code optimization (#2667)
|
2023-05-25 21:58:11 +08:00 |
gconv_z_unit_basic_test.go
|
add ut cases for command gen dao (#2958)
|
2023-09-12 22:00:35 +08:00 |
gconv_z_unit_bool_test.go
|
add ut cases for command gen dao (#2958)
|
2023-09-12 22:00:35 +08:00 |
gconv_z_unit_converter_test.go
|
fix issue #3099 (#3107)
|
2023-10-31 20:02:20 +08:00 |
gconv_z_unit_custom_type_test.go
|
add golangci feature to guarantee codes quality (#2229)
|
2022-11-01 20:12:21 +08:00 |
gconv_z_unit_issue_test.go
|
fix issue #2371 (#2429)
|
2023-02-08 14:17:11 +08:00 |
gconv_z_unit_map_test.go
|
upgrade package gopkg.in/yaml.v3 to latest stable version v3.0.1 (#2783)
|
2023-07-20 09:57:04 +08:00 |
gconv_z_unit_maptomap_test.go
|
add ut cases for package gconv (#2272)
|
2022-11-07 17:53:51 +08:00 |
gconv_z_unit_ptr_test.go
|
add Ptr* functions for package gconv (#2206)
|
2022-10-18 19:13:14 +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 in SliceMap/Maps for package gconv when nil value in map of slice item (#2857)
|
2023-08-10 21:59:21 +08:00 |
gconv_z_unit_string_test.go
|
add ut cases for package gconv (#2272)
|
2022-11-07 17:53:51 +08:00 |
gconv_z_unit_struct_marshal_unmarshal_test.go
|
add golangci feature to guarantee codes quality (#2229)
|
2022-11-01 20:12:21 +08:00 |
gconv_z_unit_struct_tag_test.go
|
add golangci feature to guarantee codes quality (#2229)
|
2022-11-01 20:12:21 +08:00 |
gconv_z_unit_struct_test.go
|
fix issues #2980 (#2994)
|
2023-10-11 21:28:53 +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
|
test: add unit tests regarding issue 2901 (#2930)
|
2023-09-05 19:30:54 +08:00 |
gconv_z_unit_unsafe_test.go
|
add golangci feature to guarantee codes quality (#2229)
|
2022-11-01 20:12:21 +08:00 |
gconv.go
|
fix /* router supported for handler of package ghttp; fix json tag name issue when it contains , for package goai; add proxy example for http server (#2294)
|
2022-11-14 19:57:39 +08:00 |