Documentation ¶
Overview ¶
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.
Click to show internal directories.
Click to hide internal directories.