This repository was archived by the owner on Apr 1, 2023. It is now read-only.
Releases: xgfone/go-tools
Releases · xgfone/go-tools
v2.3.0
v2.2.0
v2.1.0
v2.0.0
Release v2:
- Add some new functions.
- Merge some sub-packages into one sub-package, such as merging
extremum
,compare
,method
,values
intofunction
, etc. - Rename the name of some sub-packages, such as
log2
,net2
,strings2
, etc. - Remove some sub-packages, such as
datetime
, etc. - Remove some types, such as
SMap
andSlice
in the sub-packagevalues
inv1
, etc. - Remove some deprecated types or functions, such as
Dispatcher
in the sub-packageworker
, etc. - ......
v1.5.0
- Add the new functions:
GetAllIPs
andIPIsOnHost
. - Add the new struct
Close
, which implements the methodClose()
without the returned value. And TCP connection pool uses the structClose
instead. NewHTTPError
returns the typeHTTPError
, noterror
, so you can use its attributions.- Export
BaseResourceLock
. - Mark
IsEmail
,IsEmailRFC
,IsURL
asDEPRECATED
. - Fix a bug about
Dispatch
: when the job queue is closed, the task workers exit automatically.