Merge pull request #27697 from amitkris/fix_units_import

Correct go-units import in cli/command/formatter/stats.go
This commit is contained in:
Vincent Demeester 2016-10-24 16:59:15 -07:00 committed by GitHub
commit d7a55774ed
1 changed files with 1 additions and 1 deletions

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 (