mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-16 09:15:26 +01:00
7 lines
112 B
Go
7 lines
112 B
Go
|
package ini
|
||
|
|
||
|
import (
|
||
|
// internal/ini module was carved out of this module
|
||
|
_ "github.com/aws/aws-sdk-go-v2"
|
||
|
)
|