package
0.0.0-20200503083229-2531e5dbcc71
Repository: https://github.com/outbrain/golib.git
Documentation: pkg.go.dev

# Functions

ParseSimpleTime parses input in the format 7s, 55m, 3h, 31d, 4w (second, minute, hour, day, week) The time.ParseDuration() function should have done this, but it does not support "d" and "w" extensions.