Comment Change to try to get remote to update

This commit is contained in:
Brian Buller 2018-08-02 15:08:50 -05:00
parent 0707febbdc
commit c7728dc720
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ const (
DefRoundTo = "1m0s"
)
// Gime CLI Timekeeping
var validOperations map[string][]string
var opFuncs map[string]func([]string) int
var cfg *userConfig.Config