Update slug.go
This commit is contained in:
parent
a2392a4a87
commit
c5b1fa3fb5
1 changed files with 1 additions and 1 deletions
2
slug.go
2
slug.go
|
|
@ -6,7 +6,7 @@
|
||||||
package slug
|
package slug
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"gopkgs.com/unidecode.v1"
|
"github.com/rainycape/unidecode"
|
||||||
"regexp"
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue