Package prefixtitle

dmitri.shuralyov.com/go/prefixtitle

Package prefixtitle

import "dmitri.shuralyov.com/go/prefixtitle"

Overview

Package prefixtitle parses prefixed issue and change titles for Go packages.

It uses the conventions set by the Go project. These conventions are documented on https://golang.org/wiki/HandlingIssues, https://golang.org/wiki/Gardening, https://golang.org/wiki/CommitMessage, and https://golang.org/wiki/MinorReleases wiki pages.

Installation

go get dmitri.shuralyov.com/go/prefixtitle

Documentation

Code

License