# 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.