package
0.0.0-20210103055307-9b92ec56d5ed
Repository: https://github.com/gladmo/leetcode.git
Documentation: pkg.go.dev
# Functions
Parse creates a new *Durafmt struct, returns error if input is invalid.
ParseShort creates a new *Durafmt struct, short form, returns error if input is invalid.
ParseString creates a new *Durafmt struct from a string.
ParseStringShort creates a new *Durafmt struct from a string, short form returns an error if input is invalid.