Home
Posts
Tags
Home
Tags
Format
Pages Tagged Format
Golang Slugify Function
2024-05-17
A function which takes an input string and converts it to a "slug", a string of text suitable for use in an url address
Golang Friendly Date Converter
2024-05-12
A function which takes an input string of the format YYYY-MM-DD and converts it into a more readable "Mar 06, 2006" format