From da468b98c92af7ed30763e7f9d54b444dfcbd0b1 Mon Sep 17 00:00:00 2001 From: Thiago Avelino Date: Mon, 13 Apr 2015 00:01:28 -0300 Subject: [PATCH] added Slugify package (alternative) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1c90bdee..c73d96b6 100644 --- a/README.md +++ b/README.md @@ -583,6 +583,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno * [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string. * [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text. * [slug](https://github.com/gosimple/slug) - URL-friendly slugify with multiple languages support. + * [Slugify](https://github.com/avelino/slugify) - A Go slugify application that handles string. * [toml](https://github.com/BurntSushi/toml) - TOML configuration format (encoder/decoder with reflection). * Utility * [gotabulate](https://github.com/bndr/gotabulate) - Easily pretty-print your tabular data with Go.