Move all non-Linux Fingerprinter items to the default exec driver

This commit is contained in:
Sean Chittenden
2016-07-08 18:35:46 -07:00
parent 8b20b56e2f
commit a320883d7e
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
// +build !darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd,!solaris
//+build darwin dragonfly freebsd netbsd openbsd solaris
package driver

View File

@@ -1,5 +1,3 @@
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
package driver
import (