diff options
| author | Jeff Carr <[email protected]> | 2024-10-12 16:32:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-10-12 16:32:08 -0500 |
| commit | 366bcac15c3db2240b04c000bc0892452cce1bce (patch) | |
| tree | e3d43d539a19dd92d81524865631a2eff91a557a /sleep.go | |
| parent | 2cf02ee2e5f155205b847805b1bdccb42fcfec00 (diff) | |
fix go vet warnings
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'sleep.go')
| -rw-r--r-- | sleep.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ func Sleep(a ...any) { exit("dont like apples") # ok. I'll make a note of that */ func Exit(a ...any) { - Error(errors.New("log.Exit()"), a) + Error(errors.New("log.Exit()"), a...) //if (a) { // os.Exit(a) //} |
