🤟 Build common tools using generics type
for Go1.8,under development.......
- f Common functions interface
- file File operations: contains Excel,Txt and more.
- math Math operations: contains math/rand,math/big and more.
- net Network operations: contains net/http,net/url and more.
- os OS operations: contains os/exec and more.
- str String operations: contains str/strings and more.
- slice Slice operations: contains slice/sort and more.
- time Time operations: contains time/time and more.
- tool Other functions operations: cannot be classified.
- .......
go get github.com/jtyoui/gotool
go test -v ./...