Merge pull request #133 from soundcloud/non-linux-clock-ticks
Implement system.GetClockTicks for all platforms
This commit is contained in:
commit
7cdbf095e0
|
@ -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