Browse code

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>

Amit Krishnan authored on 2016/10/25 07:06:33
Showing 1 changed files
... ...
@@ -4,7 +4,7 @@ import (
4 4
 	"fmt"
5 5
 	"sync"
6 6
 
7
-	units "src/github.com/docker/go-units"
7
+	units "github.com/docker/go-units"
8 8
 )
9 9
 
10 10
 const (