зеркало из https://github.com/microsoft/docker.git
Correct go-units import in cli/command/formatter/stats.go
from src/github.com/docker/go-units -> github.com/docker/go-units Signed-off-by: Amit Krishnan <krish.amit@gmail.com>
This commit is contained in:
Родитель
67b85f9d26
Коммит
cf8a667b8d
|
@ -4,7 +4,7 @@ import (
|
|||
"fmt"
|
||||
"sync"
|
||||
|
||||
units "src/github.com/docker/go-units"
|
||||
units "github.com/docker/go-units"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Загрузка…
Ссылка в новой задаче