clock
clock copied to clipboard
Go package to return the time; and mock it
Results
1
clock issues
Sort by
recently updated
recently updated
newest added
Great package, but I'm confused by the presence of a top level set of functions, e.g. `clock.Now()`. This makes it easier to do silly bugs like: ```go type someStruct {...