
* add go-header linter * apply review comments: add goheader example into .golangci.example.yml * apply review comments: correctly handle multiline comments
5 lines
139 B
Go
5 lines
139 B
Go
/*MY TITLE!*/ // ERROR "Expected:TITLE., Actual: TITLE!"
|
|
//args: -Egoheader
|
|
//config_path: testdata/configs/go-header.yml
|
|
package testdata
|