Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / lint / testdata / src / Test / file-ignores.go
1 package pkg
2
3 //lint:file-ignore TEST1000 File-wide ignore
4
5 // the line directive should not affect the line ignores
6
7 //line random-file:1
8 func fn5() {}