소스 검색

Merge pull request #27697 from amitkris/fix_units_import

Correct go-units import in cli/command/formatter/stats.go
Vincent Demeester 8 년 전
부모
커밋
ec30cf4f14
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 (