Exclude linux specific test code from running on other platforms

Signed-off-by: Alessandro Boch <aboch@tetrationanalytics.com>
This commit is contained in:
Alessandro Boch
2017-11-07 11:49:48 -08:00
committed by Vish (Ishaya) Abrams
parent 09a46322b2
commit ae21927b7c
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// +build linux
package netlink
import (