An open API service indexing awesome lists of open source software.

https://github.com/clever/go-utils

collection of small packages with useful, common behavior
https://github.com/clever/go-utils

Last synced: about 1 year ago
JSON representation

collection of small packages with useful, common behavior

Awesome Lists containing this project

README

          

# go-utils
collection of small packages with useful, common behavior

## flagutil
Contains flag utilities. This includes implementations of flag.Value and flag.Getter interfaces. Also
contains methods like ValidateFlags.

## stringset
Contains a partial implementation of a set type for strings.