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