fix build tags

This commit is contained in:
Rene Zbinden 2016-04-02 10:40:20 +02:00 committed by Michele Fadda
parent 6cd736aba0
commit 8994f8d900
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// build +linux // +build linux
package sysstat package sysstat

View File

@ -1,4 +1,5 @@
// +build +linux !race // +build !race
// +build linux
package sysstat package sysstat

View File

@ -1,4 +1,4 @@
// build +linux // +build linux
package sysstat package sysstat