2 matches across 1 files for TODO lang:Go path:src/archive/tar/example_test.go lang:Go path:src/archive/tar/example_test.go
snippet_mode: auto · sorted by relevance
23 {"readme.txt", "This archive contains some text files."},
24 {"gopher.txt", "Gopher names:\nGeorge\nGeoffrey\nGonzo"},
25▶ {"todo.txt", "Get animal handling license."},
26 }
27 for _, file := range files {
· · ·
67 // Geoffrey
68 // Gonzo
69▶ // Contents of todo.txt:
70 // Get animal handling license.
71}
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.