Go to file
Erik Winter be4a613b1c update license and readme 2022-06-15 11:21:56 +02:00
doc text edit 2022-04-07 06:13:51 +02:00
log moved module 2021-09-19 11:28:27 +02:00
slugify moved module 2021-09-19 11:28:27 +02:00
smtp smtp wrapper 2022-03-24 20:24:12 +01:00
test moved module 2021-09-19 11:28:27 +02:00
.gitignore add log, slugify, herror and test packages 2019-08-29 10:35:21 +02:00
LICENSE.txt update license and readme 2022-06-15 11:21:56 +02:00
README.md update license and readme 2022-06-15 11:21:56 +02:00
go.mod moved module 2021-09-19 11:28:27 +02:00
go.sum update deps 2022-02-23 16:57:14 +01:00

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 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

The documentation in the doc folders can also be read online at https://ewintr.nl/go-kit