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:
parent
44ea2adfa9
commit
7ac39869ff
|
@ -1,3 +1,5 @@
|
|||
// +build !freebsd
|
||||
|
||||
package nats
|
||||
|
||||
import (
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
// +build freebsd
|
||||
|
||||
package nats
|
|
@ -1,3 +1,5 @@
|
|||
// +build !freebsd
|
||||
|
||||
package nats
|
||||
|
||||
import (
|
||||
|
|
Loading…
Reference in New Issue