OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:goroot
(Results
201 - 225
of
315
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/go/darwin-x86/src/go/printer/testdata/
declarations.golden
458
goroot
= flag.String("
goroot
", runtime.
GOROOT
(), "Go root directory")
declarations.input
473
goroot
= flag.String("
goroot
", runtime.
GOROOT
(), "Go root directory")
/prebuilts/go/linux-x86/src/cmd/go/
get.go
389
// Guard against people setting GOPATH=$
GOROOT
.
390
if list[0] ==
goroot
{
391
return fmt.Errorf("cannot download, $GOPATH must not be set to $
GOROOT
. For more details see: go help gopath")
alldocs.go
223
on what is installed in
GOROOT
and GOPATH, as well as the form of the argument,
232
scanning is determined lexically, but the
GOROOT
tree is always scanned before
540
Goroot
bool // is this package in the Go root?
587
GOROOT
string // Go root
[
all
...]
vendor_test.go
106
.*[\\/]src[\\/]notfound \(from \$
GOROOT
\)
help.go
450
GOROOT
487
File names in stack traces are rewritten from
GOROOT
to
/prebuilts/go/linux-x86/src/go/printer/testdata/
declarations.golden
458
goroot
= flag.String("
goroot
", runtime.
GOROOT
(), "Go root directory")
declarations.input
473
goroot
= flag.String("
goroot
", runtime.
GOROOT
(), "Go root directory")
/prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
build.a
101
type @"".Package struct { Dir string; Name string; ImportComment string; Doc string; ImportPath string; Root string; SrcRoot string; PkgRoot string; PkgTargetRoot string; BinDir string;
Goroot
bool; PkgObj string; AllTags []string; ConflictDir string; GoFiles []string; CgoFiles []string; IgnoredGoFiles []string; CFiles []string; CXXFiles []string; MFiles []string; HFiles []string; SFiles []string; SwigFiles []string; SwigCXXFiles []string; SysoFiles []string; CgoCFLAGS []string; CgoCPPFLAGS []string; CgoCXXFLAGS []string; CgoLDFLAGS []string; CgoPkgConfig []string; Imports []string; ImportPos map[string][]@"go/token".Position; TestGoFiles []string; TestImports []string; TestImportPos map[string][]@"go/token".Position; XTestGoFiles []string; XTestImports []string; XTestImportPos map[string][]@"go/token".Position }
113
type @"".Context struct { GOARCH string; GOOS string;
GOROOT
string; GOPATH string; CgoEnabled bool; UseAllFiles bool; Compiler string; BuildTags []string; ReleaseTags []string; InstallSuffix string; JoinPath func(@"".elem ...string) (? string); SplitPathList func(@"".list string) (? []string); IsAbsPath func(@"".path string) (? bool); IsDir func(@"".path string) (? bool); HasSubdir func(@"".root string, @"".dir string) (@"".rel string, @"".ok bool); ReadDir func(@"".dir string) (@"".fi []@"os".FileInfo, @"".err error); OpenFile func(@"".path string) (@"".r @"io".ReadCloser, @"".err error) }
333
runtime.
GOROOT