Denis Tingaikin 01b566a646
Add go-header linter ()
* add go-header linter
* apply review comments: add goheader example into .golangci.example.yml
* apply review comments: correctly handle multiline comments
2020-07-04 19:03:37 +00:00

5 lines
139 B
Go

/*MY TITLE!*/ // ERROR "Expected:TITLE., Actual: TITLE!"
//args: -Egoheader
//config_path: testdata/configs/go-header.yml
package testdata