.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.1.1 / analysis / facts / typedness / typedness_test.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.1.1/analysis/facts/typedness/typedness_test.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.1.1/analysis/facts/typedness/typedness_test.go
new file mode 100644 (file)
index 0000000..0979ce2
--- /dev/null
@@ -0,0 +1,11 @@
+package typedness
+
+import (
+       "testing"
+
+       "golang.org/x/tools/go/analysis/analysistest"
+)
+
+func TestTypedness(t *testing.T) {
+       analysistest.Run(t, analysistest.TestData(), Analysis, "Typedness")
+}