Explorar o código

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 %!s(int64=8) %!d(string=hai) anos
pai
achega
cf8a667b8d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      cli/command/formatter/stats.go

+ 1 - 1
cli/command/formatter/stats.go

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