/external/skia/ |
D | go.sum | 1 cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= 2 cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= 3 cloud.google.com/go v0.37.4/go.mod h1:NHPJ89PdicEuT9hdPXMROBD91xc5uRDxsMtSB16k7hw= 4 cloud.google.com/go v0.38.0 h1:ROfEUZz+Gh5pa62DJWXSaonyu3StP6EA6lPEXPI6mCo= 5 cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= 6 cloud.google.com/go v0.43.0 h1:banaiRPAM8kUVYneOSkhgcDsLzEvL25FinuiSZaH/2w= 7 cloud.google.com/go v0.43.0/go.mod h1:BOSR3VbTLkk6FDC/TcffxP4NF/FFBGA5ku+jvKOP7pg= 8 cloud.google.com/go v0.44.1 h1:7gXaI3V/b4DRaK++rTqhRajcT7z8gtP0qKMZTXqlySM= 9 cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= 10 cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= [all …]
|
/external/starlark-go/ |
D | Android.bp | 21 // See: http://go/android-license-faq 35 name: "go-starlark-internal-compile", 36 pkgPath: "go.starlark.net/internal/compile", 38 "internal/compile/compile.go", 39 "internal/compile/serial.go", 42 "go-starlark-syntax", 43 "go-starlark-resolve", 48 name: "go-starlark-internal-spell", 49 pkgPath: "go.starlark.net/internal/spell", 50 srcs: ["internal/spell/spell.go"], [all …]
|
D | go.sum | 1 cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= 2 github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= 3 github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983Of… 5 github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= 7 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscD… 9 github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzF… 10 github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= 11 github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRv… 12 github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesAr… 13 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP… [all …]
|
D | README.md | 2 <!-- This file is the project homepage for go.starlark.net --> 4 # Starlark in Go 6 [![Travis CI](https://travis-ci.org/google/starlark-go.svg)](https://travis-ci.org/google/starlark-… 7 [![GoDoc](https://godoc.org/go.starlark.net/starlark?status.svg)](https://godoc.org/go.starlark.net… 10 Starlark in Go is an interpreter for Starlark, implemented in Go. 12 The new import path for Go packages is `"go.starlark.net/starlark"`. 41 * About the Go implementation: [doc/impl.md](doc/impl.md) 43 * API documentation: [godoc.org/go.starlark.net/starlark](https://godoc.org/go.starlark.net/starlar… 45 * Mailing list: [starlark-go](https://groups.google.com/forum/#!forum/starlark-go) 47 … Issue tracker: [https://github.com/google/starlark-go/issues](https://github.com/google/starlark-… [all …]
|
/external/golang-protobuf/ |
D | Android.bp | 20 // See: http://go/android-license-faq 34 pkgPath: "github.com/golang/protobuf/protoc-gen-go/descriptor", 36 srcs: ["protoc-gen-go/descriptor/descriptor.pb.go"], 41 pkgPath: "github.com/golang/protobuf/protoc-gen-go/plugin", 46 srcs: ["protoc-gen-go/plugin/plugin.pb.go"], 51 pkgPath: "github.com/golang/protobuf/protoc-gen-go/generator/internal/remap", 52 srcs: ["protoc-gen-go/generator/internal/remap/remap.go"], 53 testSrcs: ["protoc-gen-go/generator/internal/remap/remap_test.go"], 58 pkgPath: "github.com/golang/protobuf/protoc-gen-go/generator", 65 srcs: ["protoc-gen-go/generator/generator.go"], [all …]
|
/external/google-fruit/extras/scripts/ |
D | parser.out | 64 ASTERISK shift and go to state 4 65 AMPERSAND shift and go to state 3 66 DOUBLE_COLON shift and go to state 7 67 IDENTIFIER shift and go to state 6 68 LPAREN shift and go to state 8 69 LBRACKET shift and go to state 5 70 LBRACE shift and go to state 9 71 LESS_THAN shift and go to state 2 73 balanced_string shift and go to state 1 98 GREATER_THAN shift and go to state 11 [all …]
|
/external/toolchain-utils/go/patch/go-1.11.2/ |
D | go3.patch | 1 diff --git test/fixedbugs/bug302.go test/fixedbugs/bug302.go 3 --- test/fixedbugs/bug302.go 4 +++ test/fixedbugs/bug302.go 10 // Copyright 2010 The Go Authors. All rights reserved. 29 + return "go" 34 - run("go", "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go")) 35 - run("go", "tool", "pack", "grc", "pp.a", "p.o") 36 - run("go", "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go")) 38 + run(goCmd(), "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go")) 40 + run(goCmd(), "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go")) [all …]
|
D | go1.patch | 1 diff --git test/chanlinear.go test/chanlinear.go 3 --- test/chanlinear.go 4 +++ test/chanlinear.go 10 // Copyright 2014 The Go Authors. All rights reserved. 11 diff --git a/test/fixedbugs/bug385_64.go b/test/fixedbugs/bug385_64.go 13 --- test/fixedbugs/bug385_64.go 14 +++ test/fixedbugs/bug385_64.go 20 // Copyright 2011 The Go Authors. All rights reserved. 21 diff --git test/fixedbugs/issue10607.go test/fixedbugs/issue10607.go 23 --- test/fixedbugs/issue10607.go [all …]
|
/external/toolchain-utils/go/patch/go-1.10.3/ |
D | go3.patch | 1 diff --git test/fixedbugs/bug302.go test/fixedbugs/bug302.go 3 --- test/fixedbugs/bug302.go 4 +++ test/fixedbugs/bug302.go 10 // Copyright 2010 The Go Authors. All rights reserved. 29 + return "go" 33 - run("go", "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go")) 34 - run("go", "tool", "pack", "grc", "pp.a", "p.o") 35 - run("go", "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go")) 37 + run(goCmd(), "tool", "compile", filepath.Join("fixedbugs", "bug302.dir", "p.go")) 39 + run(goCmd(), "tool", "compile", "-I", ".", filepath.Join("fixedbugs", "bug302.dir", "main.go")) [all …]
|
D | go1.patch | 1 diff --git test/chanlinear.go test/chanlinear.go 3 --- test/chanlinear.go 4 +++ test/chanlinear.go 10 // Copyright 2014 The Go Authors. All rights reserved. 11 diff --git a/test/fixedbugs/bug385_64.go b/test/fixedbugs/bug385_64.go 13 --- test/fixedbugs/bug385_64.go 14 +++ test/fixedbugs/bug385_64.go 20 // Copyright 2011 The Go Authors. All rights reserved. 21 diff --git test/fixedbugs/issue10607.go test/fixedbugs/issue10607.go 23 --- test/fixedbugs/issue10607.go [all …]
|
/external/rust/crates/grpcio-sys/grpc/tools/interop_matrix/testcases/ |
D | go__master | 5 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… 6 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… 7 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… 8 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… 9 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… 10 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… 11 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… 12 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… 13 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… 14 …m=true -e GO111MODULE=on -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image… [all …]
|
D | go__v1.20.0 | 5 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 6 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 7 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 8 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 9 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 10 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 11 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 12 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 13 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 14 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… [all …]
|
D | go__v1.0.5 | 3 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 4 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 5 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 6 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 7 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 8 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 9 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 10 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 11 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 12 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… [all …]
|
/external/grpc-grpc/tools/interop_matrix/testcases/ |
D | go__master | 3 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 4 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 5 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 6 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 7 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 8 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 9 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 10 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 11 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… 12 docker run -i --rm=true -w /go/src/google.golang.org/grpc/interop/client --net=host $docker_image b… [all …]
|
/external/golang-protobuf/protoc-gen-go/testdata/grpc/ |
D | go.sum | 1 cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= 2 github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= 3 github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983Of… 4 github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= 5 github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRv… 6 github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesAr… 8 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP… 9 github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= 10 github.com/google/go-cmp v0.2.0 h1:+dTQ8DZQJz0Mb/HjFlkptS1FeQ4cWSnN941F8aEG4SQ= 11 github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= [all …]
|
/external/toolchain-utils/go/patch/go-1.10.2/ |
D | go3.patch | 3 --- test/fixedbugs/bug248.go 4 +++ test/fixedbugs/bug248.go 10 // Copyright 2009 The Go Authors. All rights reserved. 30 + return "go" 50 - run("go", "tool", "compile", "bug0.go") 51 - run("go", "tool", "compile", "bug1.go") 52 - run("go", "tool", "compile", "bug2.go") 53 - run(errchk, "go", "tool", "compile", "-e", "bug3.go") 54 - run("go", "tool", "link", "bug2.o") 56 + run(goCmd(), "tool", "compile", "bug0.go") [all …]
|
/external/skia/infra/bots/recipes/infra.expected/ |
D | infra_tests_lottie_ci.json | 12 "GOROOT": "[START_DIR]/go/go", 13 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 28 "GOROOT": "[START_DIR]/go/go", 29 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 46 "GOROOT": "[START_DIR]/go/go", 47 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 61 "GOROOT": "[START_DIR]/go/go", 62 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" 77 "GOROOT": "[START_DIR]/go/go", 78 "PATH": "[START_DIR]/go/go/bin:[START_DIR]/cache/gopath/bin:<PATH>:RECIPE_REPO[depot_tools]" [all …]
|
/external/oss-fuzz/infra/base-images/base-runner/gocoverage/ |
D | go.sum | 1 github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= 2 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscD… 3 github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzF… 5 github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcup… 6 github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4v… 7 github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= 8 golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8… 9 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj49… 10 golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1… 11 golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= [all …]
|
/external/iproute2/tc/ |
D | emp_ematch.yacc.output | 65 NOT shift, and go to state 1 70 input go to state 2 71 expr go to state 3 72 match go to state 4 73 invert go to state 5 87 $end shift, and go to state 6 95 error shift, and go to state 7 105 AND shift, and go to state 8 106 OR shift, and go to state 9 110 relation go to state 10 [all …]
|
/external/oss-fuzz/infra/base-images/base-builder/ |
D | compile_go_fuzzer | 29 # in the case we are in the right directory, with go.mod but no go.sum 30 go mod tidy || true 31 # project was downloaded with go get if go list fails 32 go list $tags $path || { cd $GOPATH/pkg/mod/ && cd `echo $path | cut -d/ -f1-3 | awk '{print $1"@*"… 33 # project does not have go.mod if go list fails again 34 go list $tags $path || { go mod init $path && go mod tidy ;} 37 fuzzed_package=`go list $tags -f '{{.Name}}' $path` 38 abspath=`go list $tags -f {{.Dir}} $path` 40 cp $GOPATH/ossfuzz_coverage_runner.go ./"${function,,}"_test.go 41 sed -i -e 's/FuzzFunction/'$function'/' ./"${function,,}"_test.go [all …]
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | make_all_legacy_aead_tests.sh | 5 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 > aes_128_cbc_sha1_tls_tests.txt 6 go run make_legacy_aead_tests.go -cipher aes128 -mac sha1 -implicit-iv > aes_128_cbc_sha1_tls_impli… 7 go run make_legacy_aead_tests.go -cipher aes128 -mac sha256 > aes_128_cbc_sha256_tls_tests.txt 9 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 > aes_256_cbc_sha1_tls_tests.txt 10 go run make_legacy_aead_tests.go -cipher aes256 -mac sha1 -implicit-iv > aes_256_cbc_sha1_tls_impli… 11 go run make_legacy_aead_tests.go -cipher aes256 -mac sha256 > aes_256_cbc_sha256_tls_tests.txt 12 go run make_legacy_aead_tests.go -cipher aes256 -mac sha384 > aes_256_cbc_sha384_tls_tests.txt 14 go run make_legacy_aead_tests.go -cipher 3des -mac sha1 > des_ede3_cbc_sha1_tls_tests.txt 15 go run make_legacy_aead_tests.go -cipher 3des -mac sha1 -implicit-iv > des_ede3_cbc_sha1_tls_implic…
|
/external/pigweed/pw_build/ |
D | go.gni | 15 # This file provides GN build integration for Go. These templates are limited, 21 # Defines a Go package. 23 # A Go package consists of one or more Go files in a single directory. The 24 # package can depend on other Go packages or generated Go code. 27 # sources: List of Go source files. 29 # external_deps: Optional list of Go package dependencies outside of Pigweed. 34 # # In //my_module/go/src/example.com/foo/BUILD.gn 36 # sources = [ "main.go" ] 43 # gopath = "//my_module/go" 72 # Builds a Go executable from a Go package. [all …]
|
/external/oss-fuzz/docs/getting-started/new-project-guide/ |
D | go_lang.md | 3 title: Integrating a Go project 7 permalink: /getting-started/new-project-guide/go-lang/ 10 # Integrating a Go project 17 The process of integrating a project written in Go with OSS-Fuzz is very similar 20 process. The key specifics of integrating a Go project are outlined below. 22 ## Go-fuzz support 24 OSS-Fuzz supports **go-fuzz** in the 26 only. In that mode, fuzz targets for Go use the libFuzzer engine with native Go 28 libFuzzer command line interface as non-Go fuzz targets. 32 First, you need to write a Go fuzz target that accepts a stream of bytes and [all …]
|
/external/tensorflow/tensorflow/go/ |
D | test.sh | 18 # The TensorFlow Go API aims to be usable with the 'go' tool 19 # (using 'go get' etc.) and thus without bazel. 21 # This script acts as a brige between bazel and go so that: 24 # go test github.com/tensorflow/tensorflow/tensorflow/go 29 # Find the 'go' tool 30 if [[ ! -x "go" && -z $(which go) ]] 32 if [[ -x "/usr/local/go/bin/go" ]] 34 export PATH="${PATH}:/usr/local/go/bin" 36 echo "Could not find the 'go' tool in PATH or /usr/local/go" 41 # Setup a GOPATH that includes just the TensorFlow Go API. [all …]
|
/external/libcap/go/ |
D | Makefile | 1 # Building the libcap/{cap.psx} Go packages, and examples. 40 good-names.go: $(topdir)/libcap/cap_names.h src/$(IMPORTDIR)/cap mknames.go 41 $(GO) run mknames.go --header=$< --textdir=$(topdir)/doc/values | gofmt > $@ || rm -f $@ 42 diff -u ../cap/names.go $@ 44 $(PSXGOPACKAGE): src/$(IMPORTDIR)/psx ../psx/*.go $(DEPS) 46 …GO111MODULE=off CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH="$(GOPATH)" $(GO) install $(IMPORT… 48 $(CAPGOPACKAGE): src/$(IMPORTDIR)/cap ../cap/*.go good-names.go $(PSXGOPACKAGE) 49 …GO111MODULE=off CGO_LDFLAGS_ALLOW="$(CGO_LDFLAGS_ALLOW)" GOPATH=$(GOPATH) $(GO) install $(IMPORTDI… 53 compare-cap: compare-cap.go $(CAPGOPACKAGE) 54 …AGS_ALLOW)" CGO_CFLAGS="$(CGO_CFLAGS)" CGO_LDFLAGS="$(CGO_LDFLAGS)" GOPATH=$(GOPATH) $(GO) build $< [all …]
|