//
pkg.gl
Category
github.com/scott-the-programmer/go-autorest
autorest
date
package
3.0.0+incompatible
Repository:
https://github.com/scott-the-programmer/go-autorest.git
Documentation:
pkg.go.dev
Overview
Versions
9
Dependencies
2
Dependents
0
Files
92 SLOC
#
Functions
ParseDate
ParseDate create a new Date from the passed string.
ParseTime
ParseTime creates a new Time from the passed string.
#
Structs
Date
Date defines a type similar to time.Time but assumes a layout of RFC3339 full-date (i.e., 2006-01-02).
Time
Time defines a type similar to time.Time but assumes a layout of RFC3339 date-time (i.e., 2006-01-02T15:04:05Z).