package
1.4.6
Repository: https://github.com/lj-team/go-generic.git
Documentation: pkg.go.dev

# Functions

MustParse parse a date, and panic if it can't be parsed.
Parse parse an unknown date format, detect the layout, parse.
ParseIn with Location, equivalent to time.ParseInLocation() timezone/offset rules.
ParseLocal Given an unknown date format, detect the layout, using time.Local, parse.