6 lines
176 B
Go
6 lines
176 B
Go
|
//go:build !custom || (migrations && (inputs || inputs.io || inputs.diskio))
|
||
|
|
||
|
package all
|
||
|
|
||
|
import _ "github.com/influxdata/telegraf/migrations/inputs_io" // register migration
|