func TestMain(m *testing.M) { … }
const proxy …
func TestPackageCompletion(t *testing.T) { … }
func TestPackageNameCompletion(t *testing.T) { … }
func compareCompletionLabels(want []string, gotItems []protocol.CompletionItem) string { … }
func TestUnimportedCompletion(t *testing.T) { … }
func TestUndownloadedModule(t *testing.T) { … }
func TestSourceFixup(t *testing.T) { … }
func TestCompletion_Issue45510(t *testing.T) { … }
func TestCompletionDeprecation(t *testing.T) { … }
func TestUnimportedCompletion_VSCodeIssue1489(t *testing.T) { … }
func TestUnimportedCompletion_VSCodeIssue3365(t *testing.T) { … }
func TestUnimportedCompletionHasPlaceholders60269(t *testing.T) { … }
func TestPackageMemberCompletionAfterSyntaxError(t *testing.T) { … }
func TestCompleteAllFields(t *testing.T) { … }
func TestDefinition(t *testing.T) { … }
func TestDefinitionReplaceRange(t *testing.T) { … }
func TestGoWorkCompletion(t *testing.T) { … }
func TestBuiltinCompletion(t *testing.T) { … }
func TestOverlayCompletion(t *testing.T) { … }
func TestToolchainCompletions(t *testing.T) { … }
func TestCounters(t *testing.T) { … }