Logo

0x5a.live

for different kinds of informations and explorations.

GitHub - avelino/slugify: A Go slugify application that handles string

A Go slugify application that handles string. Contribute to avelino/slugify development by creating an account on GitHub.

Visit SiteGitHub - avelino/slugify: A Go slugify application that handles string

GitHub - avelino/slugify: A Go slugify application that handles string

A Go slugify application that handles string. Contribute to avelino/slugify development by creating an account on GitHub.

Powered by 0x5a.live ๐Ÿ’—

slugify

A Go slugify application that handles string

Build Status

Example:

package main

import (
	"fmt"
	"github.com/avelino/slugify"
)

func main() {
	text := "Example slugify"
	fmt.Printf(text + ": " + slugify.Slugify(text))
}

Documentation

GoLang Resources

are all listed below.

Resources

listed to get explored on!!

Made with โค๏ธ

to provide different kinds of informations and resources.