Go to file
Erik Winter a1328c3c44 change vanity import 2024-03-08 08:43:09 +01:00
doc change vanity import 2024-03-08 08:43:09 +01:00
log change vanity import 2024-03-08 08:43:09 +01:00
slugify change vanity import 2024-03-08 08:43:09 +01:00
smtp smtp wrapper 2022-03-24 20:24:12 +01:00
test change vanity import 2024-03-08 08:43:09 +01: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 change vanity import 2024-03-08 08:43:09 +01:00
go.mod change vanity import 2024-03-08 08:43:09 +01:00
go.sum change vanity import 2024-03-08 08:43:09 +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