diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 04:51:14 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 04:51:14 -0500 |
| commit | c6320e781f9296493b1cf000690b51d8a207a605 (patch) | |
| tree | 83ac99fab0facaf88d939931045ea363bd2491b3 /init.go | |
| parent | ec31997bca317fae2d83cfdea8bd1fcdbe76be93 (diff) | |
Diffstat (limited to 'init.go')
| -rw-r--r-- | init.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ func colorBanner() { if version == "" { log.Warn("Warning: compiled without version", err) } - time.Sleep(3200 * time.Millisecond) // done for effect + time.Sleep(1200 * time.Millisecond) // done for effect } // what genius figured this out? |
