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:
parent
e64f9a39c6
commit
eafabef56d
|
@ -1,4 +1,4 @@
|
|||
// +build linux,cgo
|
||||
// +build cgo
|
||||
|
||||
package system
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// +build linux,!cgo
|
||||
// +build !cgo
|
||||
|
||||
package system
|
||||
|
||||
|
|
Loading…
Reference in New Issue