Sign in
go
/
tools
/
ac45abd4c88cb86a1a2b56b0086299d8a9a7dc61
/
.
/
internal
/
lsp
/
testdata
/
circular
/
double
/
one
/
one.go
blob: 7a5f674393a2da294f5776e7c5d84c3df051e4d6 [
file
] [
log
] [
blame
]
package one
import (
_ "golang.org/x/tools/internal/lsp/circular/double/b"
)