837 matches across 25 files for error lang:Go
snippet_mode: summary · sorted by relevance
+ 16 more matches in this file
337▶// (plan 05). With Hotspots set, the combination errors out.
+ 13 more matches in this file
79▶func runReport(paths []string) error {
+ 11 more matches in this file
255▶// invocation; we snapshot and restore via defer so panics, errors, or
+ 7 more matches in this file
+ 11 more matches in this file
274▶func runAuthorsReport(repoPath string) error {
+ 5 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
188▶func runAuthorTimelineReport(repoPath string) error {
+ 5 more matches in this file
+ 2 more matches in this file
190▶func runLanguagesTimelineReport(repoPath string) error {
+ 5 more matches in this file
24▶func runHotspotsReport(repoPath string) error {
+ 5 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
37▶func buildHistoryIgnore(repo *git.Repository, head plumbing.Hash) (*historyIgnore, error) {
+ 1 more matches in this file
+ 4 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
16▶func writeTestFile(path, content string) error {
+ 93 more matches in this file
31▶func runSCC(args ...string) (string, error) {
+ 32 more matches in this file
20▶ t.Error("expected to match got", str.String())
+ 97 more matches in this file
17▶ t.Error("Expected css got", ext)
+ 36 more matches in this file
820▶ printWarnF("error reading: %s %s", job.Location, err)
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.