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 / stylecheck / testdata / src / CheckExportedFunctionDocs / foo_test.go
1 package pkg
2
3 import "testing"
4
5 // This is a test
6 func TestFoo(t *testing.T) {}