OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gotools
(Results
1 - 4
of
4
) sorted by null
/prebuilts/go/darwin-x86/src/cmd/go/
pkg.go
662
//
goTools
is a map of Go program import path to install target directory.
663
var
goTools
= map[string]targetDir{
755
if
goTools
[p.ImportPath] == stalePath {
767
if p.build.BinDir != gobin &&
goTools
[p.ImportPath] == toBin {
781
if
goTools
[p.ImportPath] == toTool {
[
all
...]
build.go
543
if
goTools
[p.ImportPath] == toTool && p.ImportPath != "cmd/cgo" {
[
all
...]
/prebuilts/go/linux-x86/src/cmd/go/
pkg.go
662
//
goTools
is a map of Go program import path to install target directory.
663
var
goTools
= map[string]targetDir{
755
if
goTools
[p.ImportPath] == stalePath {
767
if p.build.BinDir != gobin &&
goTools
[p.ImportPath] == toBin {
781
if
goTools
[p.ImportPath] == toTool {
[
all
...]
build.go
543
if
goTools
[p.ImportPath] == toTool && p.ImportPath != "cmd/cgo" {
[
all
...]
Completed in 82 milliseconds