gorebuild

command module
v0.0.0-...-036425e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 11, 2021 License: MIT Imports: 13 Imported by: 0

README

Deprecated: gorebuild does not support Go modules, and the need to update the built-in default GOROOT has mostly gone away, in favor of using go/packages which invokes the go tool from $PATH.

gorebuild uses symbol tables to figure out the import path of a Go binary, re-installs it.

This is useful for example when changing GOROOT (for example updating Go with Homebrew), since the default GOROOT is embedded in the binary and it's critical for some static analysis tools.

Installation: go get -u github.com/FiloSottile/gorebuild

Usage: gorebuild [-n] [binary ...]

If invoked with -n it will only print the import paths.

If invoked without any arguments, it runs on all files in $GOPATH/bin.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL