Registry / utility / gosimple-slug

gosimple-slug

JSON →
library1.15.0gogounverified

Package slug generates URL-friendly slugs from unicode strings with multiple language support.

go get github.com/gosimple/slug
INSTALL
IMPORT
SIG · GOSIMPLE-SLUG
G
gosimple-slug
utilitygov1.15.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

slug
github.com/gosimple/slug

Generate a slug from a string

package main import ( "fmt" "github.com/gosimple/slug" ) func main() { fmt.Println(slug.Make("Hello World")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.15.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gosimple-slug — go get gosimple-slug · libregistry