Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 361 Bytes

slug

Go package for formatting "slug" strings.

Slugs are strings formatted for SEO (Search Engine Optimization) used in Blogs or Forums.

Example

  • Blog Title: "Hello World! An introduction to Golang."

  • Result slug: "hello-world-an-introduction-to-golang"

Installation

go get -u github.com/dholtzmann/slug