Skip to content

Commit

Permalink
time: amend time resolution docs
Browse files Browse the repository at this point in the history
Updates #44343

Change-Id: Id1497f0236fe7b4937e64877fa943329e280d192
Reviewed-on: https://go-review.googlesource.com/c/go/+/515495
Reviewed-by: Michael Knyszek <[email protected]>
Run-TryBot: Quim Muntal <[email protected]>
Reviewed-by: Ian Lance Taylor <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
  • Loading branch information
qmuntal committed Aug 7, 2023
1 parent 6f1b895 commit 009c628
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/time/time.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@
// and the underlying hardware.
// On Unix, the resolution is approximately 1ms.
// On Windows, the default resolution is approximately 16ms, but
// a lower resolution may be requested using [timeBeginPeriod].
//
// [timeBeginPeriod]: https://learn.microsoft.com/en-us/windows/win32/api/timeapi/nf-timeapi-timebeginperiod
// a higher resolution may be requested using [golang.org/x/sys/windows.TimeBeginPeriod].
package time

import (
Expand Down

0 comments on commit 009c628

Please sign in to comment.