gotil icon indicating copy to clipboard operation
gotil copied to clipboard

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

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.