fix build tags
This commit is contained in:
committed by
Michele Fadda
parent
6cd736aba0
commit
8994f8d900
@@ -1,4 +1,4 @@
|
|||||||
// build +linux
|
// +build linux
|
||||||
|
|
||||||
package sysstat
|
package sysstat
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
// +build +linux !race
|
// +build !race
|
||||||
|
// +build linux
|
||||||
|
|
||||||
package sysstat
|
package sysstat
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
// build +linux
|
// +build linux
|
||||||
|
|
||||||
package sysstat
|
package sysstat
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user