Sign in
go
/
tools
/
2f6d8bf0ad77a8a81251456588966c51ed5044d1
/
.
/
internal
/
lsp
/
testdata
/
circular
/
self.go
blob: 84676593b079f0bc16ed886a0ed2ae7e0c057a69 [
file
] [
log
] [
blame
]
package circular
import (
_ "golang.org/x/tools/internal/lsp/circular"
//@diag("_ \"golang.org/x/tools/internal/lsp/circular\"", "go list", "import cycle not allowed")
)