# README
go-template
Template repository for my Go projects
# Functions
GetIssueNumbers converts the matches from the reference regular expression to integers.
ParseCommitMessage creates a slice of Commits that contain information about category and scope parsed from commit message.
# Structs
Commit is a parsed commit that contains information about category, scope and heading.
# Type aliases
Hash describes a commit hash.