.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.1.1 / unused / testdata / src / ignored / ignored3.go
1 //lint:file-ignore U1000 consider everything in here used
2
3 package pkg
4
5 type t9 struct{} // used
6
7 func (t9) fn1() {} // used