Go to file
Erik Winter 589e6c3a4b update domain 2024-09-15 10:46:33 +02:00
doc update domain 2024-09-15 10:46:33 +02:00
log update domain 2024-09-15 10:46:33 +02:00
slugify update domain 2024-09-15 10:46:33 +02:00
smtp smtp wrapper 2022-03-24 20:24:12 +01:00
test update domain 2024-09-15 10:46:33 +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 change vanity import 2024-03-08 08:43:09 +01:00
go.mod update domain 2024-09-15 10:46:33 +02: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