1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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-09 13:23:45 -05:00
parent 7236686987
commit 7b7ea8ab81
99 changed files with 370 additions and 337 deletions

View file

@ -1,8 +1,8 @@
package command
import (
"errors"
"fmt"
"github.com/pkg/errors"
"io"
"net/http"
"os"