Skip to content

dixonwhitmire/golib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golib

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.

install

go get github.com/dixonwhitmire/golib@v0.10.0

development

dependencies

documentation

launch the go doc web server and then browse to http://localhost:6060/pkg/github.com/dixonwhitmire/golib/

just docs

execute tests

just test

About

A collection of handy and useful "library functions" for Go Applications

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors