Erik Winter 9b5441c243 | ||
---|---|---|
doc | ||
log | ||
slugify | ||
smtp | ||
test | ||
.gitignore | ||
LICENSE.txt | ||
README.md | ||
go.mod | ||
go.sum |
README.md
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 librariesslugify
- Generate url's from titlessmtp
- Simple wrapper around the smtp package in the standard librarytest
- Minimalist set of functions for unit testing
The documentation in the doc
folders can also be read online at https://ewintr.nl/go-kit