fix: dep ensure. now without gofmt on ventor directory

This commit is contained in:
Marcus Efraimsson
2018-03-20 09:23:18 +01:00
parent 4033283254
commit b816f18b3d
17 changed files with 61 additions and 63 deletions
+1 -1
View File
@@ -457,7 +457,7 @@ func (c *Client) GetMulti(keys []string) (map[string]*Item, error) {
}
var err error
for range keyMap {
for _ = range keyMap {
if ge := <-ch; ge != nil {
err = ge
}