Skip compilcation of logparser and tail on solaris (#3113)

Allows compilation for solaris
This commit is contained in:
Daniel Nelson 2017-08-10 12:36:11 -07:00 committed by GitHub
parent 73897d1f1c
commit 287a44de5e
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build !solaris
package logparser
import (

View File

@ -0,0 +1,3 @@
// +build solaris
package logparser

View File

@ -1,3 +1,5 @@
// +build !solaris
package tail
import (

View File

@ -0,0 +1,5 @@
// Skipping plugin on Solaris due to fsnotify support
//
// +build solaris
package tail