Update slug.go

This commit is contained in:
Darko Luketic 2015-01-11 18:45:50 +01:00
parent c5b1fa3fb5
commit 24a13294eb
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
package slug
import (
"github.com/rainycape/unidecode"
"github.com/dalu/unidecode"
"regexp"
"strings"
)