An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/artyom/rebuild-gobin

rebuild-gobin rebuilds binaries under GOBIN if they were built with a Go version different from the currently installed. Tool first scans $GOBIN directory (defaults to $GOPATH/bin or $HOME/go/bin) with the "go version -m" command to figure out module version and Go version for each binary, then runs "go install path@version" for each command's path. For example, if there's a httpstat binary inside a GOBIN directory, then "go version -m $(which httpstat)" outputs something like this: rebuild-gobin will then run "go install github.com/davecheney/[email protected]" if it detects that version reported by "go version" differs from one that binary was built with. If you run this tool with "-u" flag, then it will call "go install path@latest" for each binary, forcing their update to the latest available version. This tool relies on the "go install" semantics introduced in Go 1.16.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/artyom/rebuild-gobin
License: MIT
Latest release: about 3 years ago
First release: over 4 years ago
Namespace: github.com/artyom
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 10 days ago

    Loading...
    Readme
    Loading...