why there are so many mistakes in our repo (up to /cmd)

Signed-off-by: Aaron.L.Xu <likexu@harmonycloud.cn>
This commit is contained in:
Aaron.L.Xu
2017-02-16 23:56:53 +08:00
parent 387ff3c41d
commit f8a4047796
19 changed files with 20 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ import (
"golang.org/x/net/context"
)
// SwarmUnlock unlockes locked swarm.
// SwarmUnlock unlocks locked swarm.
func (cli *Client) SwarmUnlock(ctx context.Context, req swarm.UnlockRequest) error {
serverResp, err := cli.post(ctx, "/swarm/unlock", nil, req, nil)
ensureReaderClosed(serverResp)