60 matches across 1 files for func main lang:Go path:src/archive/zip/zip_test.go
snippet_mode: grep · sorted by relevance
src/archive/zip/zip_test.go GO 60 matches · showing 5 view file →
22)
23
24func TestOver65kFiles(t *testing.T) {
25 if testing.Short() && testenv.Builder() == "" {
26 t.Skip("skipping in short mode")
· · ·
57}
58
59func TestModTime(t *testing.T) {
60 var testTime = time.Date(2009, time.November, 10, 23, 45, 58, 0, time.UTC)
61 fh := new(FileHeader)
· · ·
67}
68
69func testHeaderRoundTrip(fh *FileHeader, wantUncompressedSize uint32, wantUncompressedSize64 uint64, t *testing.T) {
70 fi := fh.FileInfo()
71 fh2, err := FileInfoHeader(fi)
· · ·
94}
95
96func TestFileHeaderRoundTrip(t *testing.T) {
97 fh := &FileHeader{
98 Name: "foo.txt",
· · ·
104}
105
106func TestFileHeaderRoundTrip64(t *testing.T) {
107 fh := &FileHeader{
108 Name: "foo.txt",
+ 55 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage 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.