fix golint errors in pkg/volume/*

This commit is contained in:
yameiwang
2018-10-31 17:20:46 +08:00
parent 5a8f831964
commit 18a904d187
12 changed files with 73 additions and 75 deletions

View File

@@ -81,7 +81,7 @@ func (m *sioMgr) getClient() (sioInterface, error) {
client.spName = configs[confKey.storagePool]
client.sdcPath = configs[confKey.sdcRootPath]
client.provisionMode = configs[confKey.storageMode]
client.sdcGuid = configs[confKey.sdcGuid]
client.sdcGUID = configs[confKey.sdcGUID]
m.client = client