Yet Another Countdown Timer
Go to file
Zorchenhimer 619e4b9a07
Replace flag with go-arg because flag sucks
This changes the command line arguments from -target-hour,
-target-minute, etc., to --hour, --minute, etc. and includes the short
forms as well (eg, -h and -m).

Also, added go.mod and go.sum.
2022-12-02 21:25:26 -05:00
.gitignore Initial commit 2021-02-28 00:35:02 -05:00
go.mod Replace flag with go-arg because flag sucks 2022-12-02 21:25:26 -05:00
go.sum Replace flag with go-arg because flag sucks 2022-12-02 21:25:26 -05:00
main.go Replace flag with go-arg because flag sucks 2022-12-02 21:25:26 -05:00