Merge pull request #1 from 9uuso/master

update unidecode dependency's import path
This commit is contained in:
Dobrosław Żybort 2014-12-16 12:40:19 +01:00
commit f7b92c2623

View File

@ -6,7 +6,7 @@
package slug package slug
import ( import (
"github.com/fiam/gounidecode/unidecode" "gopkgs.com/unidecode.v1"
"regexp" "regexp"
"strings" "strings"
) )