75,056 matches across 25 files for func main lang:Go
snippet_mode: summary · sorted by relevance
5▶// Package modload provides module and package loading functionality.
+ 215 more matches in this file
28▶// The main concepts are:
+ 394 more matches in this file
32▶func (b branch) String() string {
+ 134 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.
+ 143 more matches in this file
138▶to download imported code. This functionality is critical to the decentralized
+ 138 more matches in this file
7▶// execution of any function of the form
+ 290 more matches in this file
76▶// Inside tests, see the testSyncHooks function docs.
+ 193 more matches in this file
87▶ DefaultGODEBUG string `json:",omitempty"` // default GODEBUG setting (only for Name=="main")
+ 225 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
37▶func isPrintable(b byte) bool {
+ 52 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
148▶ // Thus explicit calls to WriteHeader are mainly used to
+ 242 more matches in this file
76▶func ParsePKIXPublicKey(derBytes []byte) (pub any, err error) {
+ 110 more matches in this file
39▶func NewReader(r io.Reader) *Reader {
+ 50 more matches in this file
+ 80 more matches in this file
38▶ // modRoot is dependent on the value of ImportingMainModule and should be
+ 63 more matches in this file
57▶func actionList(root *Action) []*Action {
+ 145 more matches in this file
17▶func isDomainJoined() (bool, error) {
+ 70 more matches in this file
19▶// A declInfo describes a package-level const, type, var, or func declaration.
+ 47 more matches in this file
25▶// PublicSuffixList provides the public suffix of a domain. For example:
+ 77 more matches in this file
20▶// A declInfo describes a package-level const, type, var, or func declaration.
+ 48 more matches in this file
39▶func (d debugT) Printf(format string, args ...any) {
+ 67 more matches in this file
80▶ DefaultGODEBUG string // default GODEBUG setting, for main packages
+ 54 more matches in this file
17▶// This file contains the data structures and functions necessary for
+ 54 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 |