github.com/akutz/gotil

Gotil provides many common, helpful utilities to other golang projects.


License
Apache-2.0
Install
go get github.com/akutz/gotil

Documentation

Gotil GoDoc Build Status Go Report Card Coverage Status

Gotil provides many common, helpful utilities to other golang projects. Examples include determining if a string exists in a slice of strings, parsing a network address, getting a channel that returns lines from a buffer or file, and more!

Please see gotil_test.go for a list of all the utilities, including how to use them.