We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81a74b4 commit 6becb03Copy full SHA for 6becb03
src/runtime/time.go
@@ -14,7 +14,7 @@ import (
14
)
15
16
// Temporary scaffolding while the new timer code is added.
17
-const oldTimers = true
+const oldTimers = false
18
19
// Package time knows the layout of this structure.
20
// If this struct changes, adjust ../time/sleep.go:/runtimeTimer.
0 commit comments