gotools/gopls/internal/test/integration/misc/imports_test.go

// Tests golang/go#38815.
func TestIssue38815(t *testing.T) {}

func TestIssue59124(t *testing.T) {}

func TestIssue66407(t *testing.T) {}

func TestVim1(t *testing.T) {}

func TestVim2(t *testing.T) {}

const exampleProxy

func TestGOMODCACHE(t *testing.T) {}

func TestRelativeReplace(t *testing.T) {}

// TODO(rfindley): this is only necessary as the module cache cleaning of the
// sandbox does not respect GOMODCACHE set via EnvVars. We should fix this, but
// that is probably part of a larger refactoring of the sandbox that I'm not
// inclined to undertake.
func cleanModCache(t *testing.T, modcache string) {}

// Tests golang/go#40685.
func TestAcceptImportsQuickFixTestVariant(t *testing.T) {}

// Test for golang/go#52784
func TestGoWorkImports(t *testing.T) {}