some deletions
[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
diff --git a/.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 b/.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
deleted file mode 100644 (file)
index 07ee063..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-package pkg
-
-//lint:file-ignore TEST1000 File-wide ignore
-
-// the line directive should not affect the line ignores
-
-//line random-file:1
-func fn5() {}