Package main defines the `gorun` tool, a shorthand tool to extend the "go run"-like convenience to packages.
Unfortunately, "go run" is hard to use when the target has more than one ".go" file, and even harder when the target has "_test.go" files.
This is just a bootstrap to "go build /path/to/X && /path/to/X" using a temporary directory for build storage.
Package main imports 7 packages (graph). Updated 2019-02-22. Refresh now. Tools for package owners.