Do not build nats input on freebsd

This plugin can work on freebsd, but will only build with cgo
enabled.  For now, disable this plugin to avoid this requirement.
This commit is contained in:
Daniel Nelson
2018-01-30 12:03:16 -08:00
parent f9c48ee2f0
commit 1b0a4e49cd
3 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
// +build !freebsd
package nats
import (

View File

@@ -0,0 +1,3 @@
// +build freebsd
package nats

View File

@@ -1,3 +1,5 @@
// +build !freebsd
package nats
import (