Update doc.go
This commit is contained in:
parent
a5bf366f58
commit
28edfd4be3
6
doc.go
6
doc.go
@ -12,7 +12,7 @@ Example:
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import(
|
import(
|
||||||
"github.com/gosimple/slug"
|
"github.com/dalu/slug"
|
||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -35,9 +35,5 @@ Example:
|
|||||||
textSub := slug.Make("water is hot")
|
textSub := slug.Make("water is hot")
|
||||||
fmt.Println(textSub) // Will print 'sand-is-hot'
|
fmt.Println(textSub) // Will print 'sand-is-hot'
|
||||||
}
|
}
|
||||||
|
|
||||||
Requests or bugs?
|
|
||||||
|
|
||||||
https://github.com/gosimple/slug/issues
|
|
||||||
*/
|
*/
|
||||||
package slug
|
package slug
|
||||||
|
Loading…
Reference in New Issue
Block a user