icingabeat/vendor/github.com/elastic/beats/libbeat/plugin/cli_stub.go

8 lines
85 B
Go
Raw Normal View History

2017-04-18 14:04:14 +02:00
//+build !linux !go1.8 !cgo
package plugin
func Initialize() error {
return nil
}