You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(binder): MustUnixTime docs say time.Time, not time.Duration
The non-Must variants (UnixTime, UnixTimeMilli, UnixTimeNano) all say
"binds parameter to time.Time variable", but the three Must* versions
copy-pasted the Duration variant's docstring and say time.Duration.
The function signature on each takes *time.Time. Also dropped the stray
double space and fixed "nano second" -> "nanosecond" on the
Nano one while in there.
Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
0 commit comments