mirror of
https://github.com/romdo/go-conventionalcommit.git
synced 2026-02-18 23:56:41 +00:00
The NewRawMessage function returns a RawMessage struct, which has broken the given commit message down into separate lines, and also grouped the lines into paragraphs. This should make it easier to implement proper conventional commit parser, linter, and formatter.
6 lines
99 B
Modula-2
6 lines
99 B
Modula-2
module github.com/romdo/go-conventionalcommit
|
|
|
|
go 1.15
|
|
|
|
require github.com/stretchr/testify v1.7.0
|