From 5ec05f184ea7518d8ee6a6f1cf9e18cc9008f401 Mon Sep 17 00:00:00 2001 From: Bijan Date: Tue, 8 Jul 2014 15:32:10 +0200 Subject: [PATCH] Added gosimple/slug - URL Slugs URL-friendly slugify with multiple languages support. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fcad4c6e..6bfd8150 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [yaml](https://bitbucket.org/zombiezen/yaml) - Implements a YAML 1.2 parser in Go. * Utility * [go-humanize](https://github.com/dustin/go-humanize) - Formatters for time, numbers, and memory size to human readable format. + * [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support. ## Natural Language Processing