Add time operation

Just spits out the duration on a line by itself
This commit is contained in:
2020-05-29 17:24:05 -05:00
parent 52eb4f95c0
commit ba0e465723
5 changed files with 186 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import "os"
const (
AppName = "gime"
AppVersion = 1
AppVersion = 2
DefRoundTo = "1m0s"
)