# github.com/mtneug/pkg [![GoDoc](https://godoc.org/github.com/mtneug/pkg?status.png)](https://godoc.org/github.com/mtneug/pkg) [![Build Status](https://travis-ci.org/mtneug/pkg.svg?branch=master)](https://travis-ci.org/mtneug/pkg) [![codecov](https://codecov.io/gh/mtneug/pkg/branch/master/graph/badge.svg)](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)