mirror of
https://github.com/containers/skopeo.git
synced 2025-06-24 13:52:27 +00:00
Fix golint & gofmt :)
This commit is contained in:
parent
0a8fce39ae
commit
e6ae8238aa
@ -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)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user