mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix: lint errors after upgrading golangci-lint (#12368)
This commit is contained in:
@@ -49,7 +49,7 @@ const (
|
||||
)
|
||||
|
||||
// tierConfigPath refers to remote tier config object name
|
||||
var tierConfigPath string = path.Join(minioConfigPrefix, tierConfigFile)
|
||||
var tierConfigPath = path.Join(minioConfigPrefix, tierConfigFile)
|
||||
|
||||
// TierConfigMgr holds the collection of remote tiers configured in this deployment.
|
||||
type TierConfigMgr struct {
|
||||
|
||||
Reference in New Issue
Block a user