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:
parent
6bddb13bc4
commit
21a4bdef2f
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user