package
2.25.0
Repository: https://github.com/luzifer/go_helpers.git
Documentation: pkg.go.dev

# Functions

MultiParse takes multiple layout strings and tries to parse the value with them.
MultiParseInLocation takes multiple layouts and tries to parse the value with them using time.ParseInLocation.

# Variables

ErrParseNotPossible describes a collected error which is returned when the given date value could not be parsed with any given layout.