mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
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:
parent
67b85f9d26
commit
cf8a667b8d
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"sync"
|
"sync"
|
||||||
|
|
||||||
units "src/github.com/docker/go-units"
|
units "github.com/docker/go-units"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Add table
Reference in a new issue