package
0.0.0-20241011073606-0eec863b7131
Repository: https://github.com/advanced-go/stdlib.git
Documentation: pkg.go.dev
# Functions
FmtRFC3339Millis - format time https://datatracker.ietf.org/doc/html/rfc3339.
JsonMarkup - markup a name/value pair.
JsonString - Json format a string value.
ParseDuration - parse a duration string which contains the time unit abbreviation: m, s, ms, µs.
ParseRFC3339Millis - parse a string into a time.Time, using the following string : 2023-04-14T14:14:45.522Z.
ParseTimestamp2 - parse a string into a time.Time, using the following string : 2023-04-14 14:14:45.522460.