master
add test cases
fix issue #2172 (#2173)
fix issue #2381 (#2382)
copyright comment update
add support for .properties configuration file
improve details for package gjson/gtcp/gudp
version 2
fix issue #2339 (#2433)
Implemented gjson Example 1.MapStrAny 2.Interfaces 3.Interface 4.Var 5.IsNil 6.Get 7.GetJson 8.GetJsons 9.GetJsonMap 10.Set 11.MustSet 12.Remove 13.MustRemove 14.Contains 15.Len 16.Append 17.MustAppend 18. Map 19.Array 20.Scan 21.Dump
fix
Modify Function Name
add golangci feature to guarantee codes quality (#2229)
t.Assert(err, nil) -> t.AssertNil(err)
fix precision lost of int64 for package gcfg (#2044)
Improved import, by group improt.