go-kit/README.md

11 lines
383 B
Markdown
Raw Permalink Normal View History

2020-04-01 11:25:30 +02:00
# Go-Kit
2019-08-21 09:42:51 +02:00
2022-06-15 11:21:56 +02:00
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
2023-05-25 12:33:01 +02:00