84,664 matches across 25 files for func main
snippet_mode: summary · sorted by relevance
7▶// execution of any function of the form
+ 288 more matches in this file
28▶// The main concepts are:
+ 394 more matches in this file
5▶// Package modload provides module and package loading functionality.
+ 219 more matches in this file
30▶func (b branch) String() string {
+ 170 more matches in this file
40▶// defer chain. This chain is inspected by the deferreturn call at all function
+ 186 more matches in this file
71▶// The allowed function (which may be nil) is used to filter out unsuitable
+ 145 more matches in this file
8▶// functions pertaining to the package import graph.
+ 140 more matches in this file
87▶ DefaultGODEBUG string `json:",omitempty"` // default GODEBUG setting (only for Name=="main")
+ 225 more matches in this file
138▶to download imported code. This functionality is critical to the decentralized
+ 139 more matches in this file
76▶// Inside tests, see the testSyncHooks function docs.
+ 182 more matches in this file
+ 119 more matches in this file
+ 36 more matches in this file
+ 13 more matches in this file
+ 25 more matches in this file
+ 26 more matches in this file
+ 4 more matches in this file
148▶ // Thus explicit calls to WriteHeader are mainly used to
+ 245 more matches in this file
47▶ // given module path. The root modules of the graph are the set of main
+ 114 more matches in this file
+ 21 more matches in this file
36▶func isPrintable(b byte) bool {
+ 52 more matches in this file
+ 16 more matches in this file
32▶func ReadModFile(gomod string, fix modfile.VersionFixer) (data []byte, f *modfile.File, err error) {
+ 66 more matches in this file
74▶func ParsePKIXPublicKey(derBytes []byte) (pub any, err error) {
+ 110 more matches in this file
+ 8 more matches in this file
20▶// lostProfileEvent is the function to which lost profiling
+ 95 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 |