505 matches across 25 files for error lang:Go lang:Go lang:Go
snippet_mode: summary · sorted by relevance
+ 11 more matches in this file
680▶ fileWalker.SetErrorHandler(func(e error) bool {
+ 3 more matches in this file
+ 6 more matches in this file
83▶ if err := server.ServeStdio(mcpServer, server.WithErrorLogger(errLogger)); err != nil {
+ 7 more matches in this file
+ 2 more matches in this file
18▶func ProcessResult() ([]LanguageSummary, error) {
+ 5 more matches in this file
32▶func generateConstants() error {
+ 9 more matches in this file
+ 7 more matches in this file
+ 4 more matches in this file
19▶ t.Errorf("Expected to be true")
+ 130 more matches in this file
25▶func (reader *FileReader) ReadFile(path string, size int) ([]byte, error) {
+ 2 more matches in this file
31▶func runSCC(args ...string) (string, error) {
+ 27 more matches in this file
806▶ printWarnF("error reading: %s %s", job.Location, err)
20▶ t.Error("expected to match got", str.String())
+ 97 more matches in this file
16▶ t.Error("Expected css got", ext)
+ 35 more matches in this file
13▶ t.Errorf("Expected 0 for zero code lines, got %f", got)
+ 27 more matches in this file
18▶ t.Errorf("Expected %s got %s", expected, got)
+ 18 more matches in this file
38▶ t.Errorf("Expected 14 lines got %d", fileJob.Lines)
+ 24 more matches in this file
42▶ t.Errorf("Expected 23 lines")
+ 19 more matches in this file
15▶ t.Error("Should not be 0")
+ 12 more matches in this file
11▶ t.Errorf("traceLevel format error: got %s, want TRACE", levelTrace.String())
+ 14 more matches in this file
21▶ t.Error("Expected match")
+ 10 more matches in this file
59▶ t.Errorf("resolveColor(%q) = %q, want %q", tt.color, got, tt.want)
+ 4 more matches in this file
15▶ t.Errorf("Got %f", got)
+ 2 more matches in this file
109▶ t.Errorf("StringSimilarRatio(%q, %q) failed, got %v, want %v", tc.s1, tc.s2, result, tc.isSimilar)
+ 2 more matches in this file
Search syntax
auth login | both terms (AND is implicit) |
auth OR login | either term |
NOT path:vendor | exclude matches |
"exact phrase" | quoted exact match |
/func\s+Test/ | regex |
handler~1 | fuzzy (Levenshtein 1) |
file:*_test.go | filename glob |
path:pkg/auth/** | full path glob |
lang:go | language filter |
Search any public repo from your terminal
This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.