Fix doc
This commit is contained in:
parent
24fcb49437
commit
0026c10e90
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
slug
|
slug
|
||||||
====
|
====
|
||||||
|
|
||||||
Package `slug` generate slug from unicode string. URL-friendly slugify with
|
Package `slug` generate slug from unicode string, URL-friendly slugify with
|
||||||
multiple languages support.
|
multiple languages support.
|
||||||
|
|
||||||
[Documentation online](http://godoc.org/bitbucket.org/gosimple/slug)
|
[Documentation online](http://godoc.org/bitbucket.org/gosimple/slug)
|
||||||
|
|
|
||||||
2
doc.go
2
doc.go
|
|
@ -4,7 +4,7 @@
|
||||||
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Package slug generate slug from unicode string. URL-friendly slugify with
|
Package slug generate slug from unicode string, URL-friendly slugify with
|
||||||
multiple languages support.
|
multiple languages support.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue