lint
This commit is contained in:
@@ -5,7 +5,6 @@ import (
|
||||
"bytes"
|
||||
"compress/gzip"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
@@ -20,10 +19,6 @@ const (
|
||||
_whPrefix = ".wh."
|
||||
)
|
||||
|
||||
var (
|
||||
errBadManifest = errors.New("bad manifest.json")
|
||||
)
|
||||
|
||||
type (
|
||||
dockerManifestJSON []struct {
|
||||
Layers []string `json:"Layers"`
|
||||
|
||||
Reference in New Issue
Block a user