Sign in
go
/
tools
/
04c2e8eff935f58e9a5568b6b73542f91e0491e6
/
.
/
internal
/
lsp
/
testdata
/
circular
/
triple
/
a
/
a.go
blob: 48fd0bb5b2ef7ccf4d06bc24c3a79d3a96d0a8e4 [
file
] [
log
] [
blame
]
package a
import (
_ "golang.org/x/tools/internal/lsp/circular/triple/b"
//@diag("_ \"golang.org/x/tools/internal/lsp/circular/triple/b\"", "go list", "import cycle not allowed")
)