* test: add git helper and guard annotations * chore: align release metadata with 0.40.0 * test: refactor factory setup for coverage
7 lines
133 B
Go
7 lines
133 B
Go
package setup
|
|
|
|
import "os"
|
|
|
|
// setupExit is used by setup commands to exit the process. Tests can stub this.
|
|
var setupExit = os.Exit
|