diff options
| author | Jeff Carr <[email protected]> | 2025-07-09 19:46:16 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-09 23:24:06 -0500 |
| commit | 0d9fe58e57c94856cf1cb9126ba62a86bd78a143 (patch) | |
| tree | ba7d751da2db7df7c5a62e239feb9334896c7e7c /exit.go | |
| parent | 3d3a07c194e8314accc150b6aea9f70faaae47be (diff) | |
forged init
Diffstat (limited to 'exit.go')
| -rw-r--r-- | exit.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -9,6 +9,10 @@ import ( "go.wit.com/log" ) +func exit(thing any) { + os.Exit(0) +} + func okExit(thing string) { if thing != "" { log.Info("forge exit:", thing, "ok") |
