1
0
mirror of https://github.com/golang/go synced 2024-11-19 02:34:44 -07:00

runtime: restore nacl timens

Deleted in cl/123700044.
I am not sure whether I need to restore it,
or delete rest of the uses...

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/129580043
This commit is contained in:
Dmitriy Vyukov 2014-08-25 23:24:18 +04:00
parent 6bddb13bc4
commit 21a4bdef2f

View File

@ -34,6 +34,9 @@ var timers struct {
t []*timer
}
// nacl fake time support.
var timens int64
// Package time APIs.
// Godoc uses the comments in package time, not these.