package
0.50.0
Repository: https://github.com/bobg/fab.git
Documentation: pkg.go.dev

# Functions

Binary is a target describing how to compile a Go binary whose main package is in `dir`.
Deps produces the list of files involved in building the Go package in the given directory.
MustBinary is the same as [Binary] but panics on error.