diff options
| author | Jeff Carr <[email protected]> | 2024-01-07 18:50:36 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-07 18:50:36 -0600 |
| commit | 360002f785af6df4b03cdeda1a39b1c2bcb25f59 (patch) | |
| tree | 56a9b5163cac900d8a5dd2865944a4bbf0d9f513 /ticker.go | |
| parent | 9a975d82b89103d5a1cbd5710545679d8c20d722 (diff) | |
misc updates
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'ticker.go')
| -rw-r--r-- | ticker.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -package gui +package main import ( "time" |
