.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
1 package typedness
2
3 import (
4         "testing"
5
6         "golang.org/x/tools/go/analysis/analysistest"
7 )
8
9 func TestTypedness(t *testing.T) {
10         analysistest.Run(t, analysistest.TestData(), Analysis, "Typedness")
11 }