.gitignore added
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.1.0 / internal / lsp / testdata / implementation / other / other_test.go
1 package other
2
3 import (
4         "testing"
5 )
6
7 // This exists so the other.test package comes into existence.
8
9 func TestOther(t *testing.T) {
10 }