package
1.6.0
Repository: https://github.com/writeas/web-core.git
Documentation: pkg.go.dev

# Functions

HashtagFromTitle generates a valid single-word, camelCase hashtag from a title (which might include spaces, punctuation, etc.).
NewCategory creates a Category you can insert into the database, based on a hashtag.
NewCategoryFromPartial creates a Category from a partially-populated Category, such as when a user initially creates one.

# Variables

No description provided by the author

# Structs

Category represents a post tag with additional metadata, like a title and slug.