1
0
Fork 0
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:
Amit Krishnan 2016-10-24 15:06:33 -07:00
parent 67b85f9d26
commit cf8a667b8d

View file

@ -4,7 +4,7 @@ import (
"fmt" "fmt"
"sync" "sync"
units "src/github.com/docker/go-units" units "github.com/docker/go-units"
) )
const ( const (