# Go-Kit This is a collection of some small go packages that were useful enough for me to include them in more than one project. It currently contains: * `log` - An adapter for third party logging libraries * `slugify` - Generate url's from titles * `smtp` - Simple wrapper around the smtp package in the standard library * `test` - Minimalist set of functions for unit testing Import as `import "ewintr.nl/go-kit/..."` The canonical version of this repository can be found at [https://git.ewintr.nl/go-kit](https://git.ewintr.nl/go-kit) The documentation in the `doc` folders can also be read online at [https://ewintr.nl/go-kit](https://ewintr.nl/go-kit)