v2.1.6
Feature:
- Add new http client implementation, see netutil/http_client.go
- Add condition package for conditional judgment, see condition/condition.go
- Add function EncodeByte and DecodeByte, see convertor/convertor.go
- Add function IsZeroValue, see validator/validator.go
Fix:
- Fix hash algorithm bug in datastructure/HashMap.go