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