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
- Host: GitHub
- URL: https://github.com/clever/go-utils
- Owner: Clever
- License: apache-2.0
- Created: 2015-01-23T21:13:16.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T21:00:26.000Z (almost 8 years ago)
- Last Synced: 2025-03-17T16:53:15.450Z (over 1 year ago)
- Language: Go
- Size: 17.6 KB
- Stars: 3
- Watchers: 66
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.