go version go1.7rc3 windows/amd64
There is no access to monotonic time in standard Go library, but there is private function runtime.nanotime. Please make it public (as System.nanoTime in Java) because time.Now is not monotonic and can be changed during probe (by user or by ntp server sync).
go version go1.7rc3 windows/amd64
There is no access to monotonic time in standard Go library, but there is private function
runtime.nanotime. Please make it public (asSystem.nanoTimein Java) becausetime.Nowis not monotonic and can be changed during probe (by user or by ntp server sync).