mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-20 09:39:08 +00:00
fix: #3742 golint requires comments on non-main package for blank import
Signed-off-by: 谢瑶瑶 <yaoyao.xyy@alibaba-inc.com>
This commit is contained in:
parent
cd4c49b469
commit
f5a720bcbb
@ -2,6 +2,9 @@ package moby
|
||||
|
||||
import (
|
||||
"crypto/sha256"
|
||||
// fix: #3742
|
||||
// golint requires comments on non-main(test)
|
||||
// package for blank import
|
||||
_ "embed"
|
||||
"fmt"
|
||||
"io"
|
||||
|
@ -3,6 +3,9 @@ package moby
|
||||
import (
|
||||
"archive/tar"
|
||||
"bytes"
|
||||
// fix: #3742
|
||||
// golint requires comments on non-main(test)
|
||||
// package for blank import
|
||||
_ "embed"
|
||||
"fmt"
|
||||
"io"
|
||||
|
Loading…
Reference in New Issue
Block a user