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