Difference between revisions of "Go install"
Jump to navigation
Jump to search
(→Paths) |
(→Paths) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
[[go help install]] | [[go help install]] | ||
+ | == Examples == | ||
go install github.com/cosmos/tools/cmd/[[runsim]]@v1.0.0 | go install github.com/cosmos/tools/cmd/[[runsim]]@v1.0.0 | ||
− | |||
[[go install github.com/flashbots/mev-boost@latest]] | [[go install github.com/flashbots/mev-boost@latest]] | ||
− | |||
[[go install golang.org/x/perf/cmd/benchstat@latest]] | [[go install golang.org/x/perf/cmd/benchstat@latest]] | ||
− | |||
[[go install github.com/sj14/kubedump@latest]] | [[go install github.com/sj14/kubedump@latest]] | ||
+ | [[go install github.com/opsgenie/opsgenie-lamp@latest]] | ||
[[go install -v]] | [[go install -v]] | ||
Line 18: | Line 17: | ||
== Paths == | == Paths == | ||
− | + | * <code>[[~/go/pkg/mod/]]</code> | |
− | + | * <code>[[~/go/bin/]]</code> | |
== Related == | == Related == | ||
Line 25: | Line 24: | ||
* <code>[[go mod download]]</code> | * <code>[[go mod download]]</code> | ||
* <code>[[Benchstat]]</code> | * <code>[[Benchstat]]</code> | ||
+ | * <code>[[brew install go]]</code> | ||
+ | * <code>[[pip install]]</code> | ||
== See also == | == See also == |
Latest revision as of 07:22, 2 July 2024
go help install
Contents
Examples[edit]
go install github.com/cosmos/tools/cmd/runsim@v1.0.0 go install github.com/flashbots/mev-boost@latest go install golang.org/x/perf/cmd/benchstat@latest go install github.com/sj14/kubedump@latest go install github.com/opsgenie/opsgenie-lamp@latest
go install -v
Errors[edit]
go install go: cloud.google.com/go/[email protected]: Get "https://proxy.golang.org/cloud.google.com/go/storage/@v/v1.11.0.mod": net/http: TLS handshake timeout
Paths[edit]
Related[edit]
See also[edit]
go install, go get, ~/go/bin/
- Go, Gorutine:
go [ mod
|list
|fmt
,for
|build
|get
|version
|env | install | test
]go help
, Go template, Echo go web framework, Go packages, Blank identifier
Advertising: