mirror of
https://github.com/golang/go
synced 2024-11-19 11:14:47 -07:00
6 lines
187 B
Go
6 lines
187 B
Go
|
package b
|
||
|
|
||
|
import (
|
||
|
_ "golang.org/x/tools/internal/lsp/circular/double/one" //@diag("_ \"golang.org/x/tools/internal/lsp/circular/double/one\"", "go list", "import cycle not allowed")
|
||
|
)
|