Added gosimple/slug - URL Slugs

URL-friendly slugify with multiple languages support.
This commit is contained in:
Bijan 2014-07-08 15:32:10 +02:00
parent bdad7071c8
commit 5ec05f184e

View File

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