mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 18:11:35 +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 (
|
import (
|
||||||
"crypto/sha256"
|
"crypto/sha256"
|
||||||
|
// fix: #3742
|
||||||
|
// golint requires comments on non-main(test)
|
||||||
|
// package for blank import
|
||||||
_ "embed"
|
_ "embed"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
|
@ -3,6 +3,9 @@ package moby
|
|||||||
import (
|
import (
|
||||||
"archive/tar"
|
"archive/tar"
|
||||||
"bytes"
|
"bytes"
|
||||||
|
// fix: #3742
|
||||||
|
// golint requires comments on non-main(test)
|
||||||
|
// package for blank import
|
||||||
_ "embed"
|
_ "embed"
|
||||||
"fmt"
|
"fmt"
|
||||||
"io"
|
"io"
|
||||||
|
Loading…
Reference in New Issue
Block a user