6 lines
87 B
Go
6 lines
87 B
Go
|
package all
|
||
|
|
||
|
import (
|
||
|
_ "github.com/influxdata/telegraf/plugins/aggregators/minmax"
|
||
|
)
|