package
0.0.0-20180118220450-e73dab44213f
Repository: https://github.com/go-lang-plugin-org/go-lang-idea-plugin.git
Documentation: pkg.go.dev

# Functions

Date returns the Time corresponding to yyyy-mm-dd hh:mm:ss + nsec nanoseconds in the appropriate zone for that time in the given location.
NewTicker returns a new Ticker containing a channel that will send the time with a period specified by the duration argument.
Now returns the current local time.
Since returns the time elapsed since t.
Tick is a convenience wrapper for NewTicker providing access to the ticking channel only.
Unix returns the local Time corresponding to the given Unix time, sec seconds and nsec nanoseconds since January 1, 1970 UTC.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Common durations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Common durations.
Common durations.
Common durations.
No description provided by the author
Common durations.
No description provided by the author
No description provided by the author
No description provided by the author
Common durations.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

A Ticker holds a channel that delivers `ticks' of a clock at intervals.
A Time represents an instant in time with nanosecond precision.

# Type aliases

A Duration represents the elapsed time between two instants as an int64 nanosecond count.
A Month specifies a month of the year (January = 1, ...).
A Weekday specifies a day of the week (Sunday = 0, ...).