Replace fmt.Errorf() with errors.Errorf() in the cli

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin
2017-03-24 16:58:07 -04:00
parent c1b2fad9aa
commit e9d6193dfd
99 changed files with 370 additions and 337 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package container
import (
"encoding/json"
"errors"
"github.com/pkg/errors"
"io"
"strings"
"sync"