A go lib for parsing human readable time duration
This library parses 1d1h1m1s
format similarly to gostd time.Duration()
.
Why write a library instead of using time.Duration()
?
Because the standard library does not support the day unit.