package
0.0.1-alpha.9
Repository: https://github.com/megaease/access-log-go.git
Documentation: pkg.go.dev
# Functions
Format is equivlant with time.Format for layouts: RFC3339, RFC3339Milli and RFC3339Nano, but with better performance.
Now is the current time.
NowUnixNano is the current Unix Nano time.
Since returns the elapsed time.
# Constants
RFC3339 is the layout for RFC3339.
RFC3339Milli is the layout for RFC3339 in milli-second.
RFC3339Nano is the layout for RFC3339 in nano-second.
# Type aliases
Layout is the layout to format a time value.