A collection of handy and useful "library functions" for Go Applications.
Packages include:
- csvlib provides readers (iterators) and writers for CSV files.
- ctxlib provides pre-configured contexts for use in applications.
- datelib formats time.Time values to ISO8601 formats.
- iolib provides access to text file contents in memory or via iterators.
- loglib provides standard logger configurations.
go get github.com/dixonwhitmire/golib@v0.10.0launch the go doc web server and then browse to http://localhost:6060/pkg/github.com/dixonwhitmire/golib/
just docsjust test