Implement system.GetClockTicks for all platforms

Docker-DCO-1.1-Signed-off-by: Bernerd Schaefer <bj.schaefer@gmail.com> (github: bernerdschaefer)
This commit is contained in:
Bernerd Schaefer
2014-07-29 14:37:47 +02:00
parent e64f9a39c6
commit eafabef56d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// +build linux,cgo
// +build cgo
package system
+1 -1
View File
@@ -1,4 +1,4 @@
// +build linux,!cgo
// +build !cgo
package system