very large "ns" duration may be slightly off as we use float64 so only 53bits for mantissa
Open
- Dominant language
- Go
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
https://go.dev/play/p/Zn0On98aOZD
I don't think it's needed to fix a ~30weeks duration off by 1 ns - if you have ns just use time.Duration(yourNS)
but good find/report from @snawoot anyway! thx!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.