mirror of
https://github.com/containers/skopeo.git
synced 2025-10-22 03:24:25 +00:00
Fix golint & gofmt :)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
skopeo
|
||||
skopeo [](https://travis-ci.org/runcom/skopeo)
|
||||
=
|
||||
|
||||
_Please be aware `skopeo` is still work in progress_
|
||||
|
@@ -107,7 +107,7 @@ func (mf *v1ManifestFetcher) fetchWithSession(ctx context.Context, ref reference
|
||||
}
|
||||
|
||||
tagList := []string{}
|
||||
for tag, _ := range tagsList {
|
||||
for tag := range tagsList {
|
||||
tagList = append(tagList, tag)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user