Sign in
go
/
tools
/
b182fdeb5a9e86b7d7857fecea90d70768bd9672
/
.
/
internal
/
lsp
/
testdata
/
implementation
/
other
/
other_test.go
blob: 846e0d591dbc301caca8cf5764b97c3b9843fd29 [
file
] [
log
] [
blame
]
package other
import (
"testing"
)
// This exists so the other.test package comes into existence.
func TestOther(t *testing.T) {
}