github.com/vanstinator/golangci-lint@v0.0.0-20240223191551-cc572f00d9d1/test/testdata/go-header_bad.go (about) 1 /*MY TITLE!*/ // want `Expected:TITLE\., Actual: TITLE!` 2 3 //golangcitest:args -Egoheader 4 //golangcitest:config_path testdata/configs/go-header.yml 5 package testdata