lightwalletd/cmd
Larry Ruane 6357f7f15b Refactor mock Sleep, add mock Now time function
Instead of the Sleep function pointer being a standalong global
variable, move it into a new Time struct, and add a Now function
pointer, so that time.Now() can be mocked. Time.Now() isn't used yet.
This will be cleaner if we need to mock more time-related functions in
the future.
2021-07-29 13:47:53 -06:00
..
root.go Refactor mock Sleep, add mock Now time function 2021-07-29 13:47:53 -06:00
root_test.go rebase PR 175 - Use cobra and viper for configuration 2020-03-18 12:13:30 -06:00
version.go Misc cleanups and fixes 2020-04-24 16:55:47 -06:00