1
0
mirror of https://github.com/golang/go synced 2024-11-19 08:54:47 -07:00
go/internal/lsp/testdata/circular/self.go

6 lines
172 B
Go
Raw Normal View History

package circular
import (
_ "golang.org/x/tools/internal/lsp/circular" //@diag("_ \"golang.org/x/tools/internal/lsp/circular\"", "go list", "import cycle not allowed")
)