Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
/ gorebuild Public archive

Extract the import path of Go binaries and rebuild them. No more stale GOROOT.

License

Notifications You must be signed in to change notification settings

FiloSottile/gorebuild

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Extract the import path of Go binaries and rebuild them. No more stale GOROOT.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages