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