mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 01:59:07 +00:00
Merge pull request #3743 from aoxn/master
fix: #3742 golint requires comments on non-main package for blank import
This commit is contained in:
commit
be43e99310
@ -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