• Felix Lange's avatar
    accounts: use time.Duration correctly · afc530ea
    Felix Lange authored
    There is no point to using time.Duration if the value is interpreted as
    milliseconds. Callers should use the standard multiplication idiom to
    choose the unit. In fact, the only caller outside of the tests already
    does so.
    afc530ea
accounts_test.go 1.81 KB