5 lines
146 B
Go
5 lines
146 B
Go
//go:build !custom || parsers || parsers.binary
|
|
|
|
package all
|
|
|
|
import _ "github.com/influxdata/telegraf/plugins/parsers/binary" // register plugin
|