// Test for golang/go#53933 func TestBrokenWorkspace_DuplicateModules(t *testing.T) { … } // Test for golang/go#43186: correcting the module path should fix errors // without restarting gopls. func TestBrokenWorkspace_WrongModulePath(t *testing.T) { … } func TestMultipleModules_Warning(t *testing.T) { … }