6 lines
147 B
Go
6 lines
147 B
Go
|
//go:build !custom || inputs || inputs.activemq
|
||
|
|
||
|
package all
|
||
|
|
||
|
import _ "github.com/influxdata/telegraf/plugins/inputs/activemq" // register plugin
|