This one was voted down but there is a good point here.
There is no way to figure out what binaries there are (maybe you could make `go list` show all the `package main`s?, not sure).
Beyond that there's no way to discover what build flags may be needed to give you the binary that the developer intended.
Be it tags, ldflags, cgo support.
Beyond that there's no way to discover what build flags may be needed to give you the binary that the developer intended. Be it tags, ldflags, cgo support.