20 lines
853 B
Markdown
20 lines
853 B
Markdown
|
# github.com/mtneug/pkg
|
||
|
|
||
|
[](https://godoc.org/github.com/mtneug/pkg)
|
||
|
[](https://travis-ci.org/mtneug/pkg)
|
||
|
[](https://codecov.io/gh/mtneug/pkg)
|
||
|
|
||
|
This repository contains a collection of [Go](https://golang.org/) packages that
|
||
|
are to small for an own repository.
|
||
|
|
||
|
## Packages
|
||
|
|
||
|
- `reducer`: Reducing slices to scalar values.
|
||
|
- `startstopper`: Common code for objects that can be started and stopped.
|
||
|
- `ulid`: Simple global adapter for `github.com/oklog/ulid`.
|
||
|
- `version`: Handle information about things. Inspired by `k8s.io/kubernetes/pkg/version`.
|
||
|
|
||
|
## License
|
||
|
|
||
|
All packages are released under the [MIT License](http://www.opensource.org/licenses/MIT)
|