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