mirror of
https://github.com/minio/minio.git
synced 2025-04-19 18:17:30 -04:00
Merge pull request #247 from fkautz/pr_out_renaming_variable_to_pass_golint
This commit is contained in:
commit
3e4509efeb
4
main.go
4
main.go
@ -62,7 +62,7 @@ func runCmd(c *cli.Context) {
|
|||||||
StorageType: storageType,
|
StorageType: storageType,
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
webUiServerConfig := server.ServerConfig{
|
webUIServerConfig := server.ServerConfig{
|
||||||
Domain: domain,
|
Domain: domain,
|
||||||
Address: webaddress,
|
Address: webaddress,
|
||||||
Tls: false,
|
Tls: false,
|
||||||
@ -73,7 +73,7 @@ func runCmd(c *cli.Context) {
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
serverConfigs = append(serverConfigs, apiServerConfig)
|
serverConfigs = append(serverConfigs, apiServerConfig)
|
||||||
serverConfigs = append(serverConfigs, webUiServerConfig)
|
serverConfigs = append(serverConfigs, webUIServerConfig)
|
||||||
server.Start(serverConfigs)
|
server.Start(serverConfigs)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user