master
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)
fix issue #1708
improve package gconv
fixed inconsistent results when converting float64(NaN) to int/uint on multiple platforms (#2064)
version 2
fix issue 2391 (#2398)
Improved import, by group improt.
add `Ptr*` functions for package gconv (#2206)
add golangci feature to guarantee codes quality (#2229)
fix issue 2395 (#2399)
improve recursilve validation feature for package gvalid
fix issue #2371 (#2429)
fix issue #1571
remove uint repeat conversion (#2096)
add map/[]map converting support for gconv.Scan;improve gconv.MaptoMaps
copyright comment update
fix issue #2381 (#2382)
add ut cases for package gconv (#2272)
t.Assert(err, nil) -> t.AssertNil(err)
add ut cases for package gconv part2 (#2282)