From e6ae8238aa55f6a3e55f2e452d6da0ced8d5a8f8 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Fri, 22 Jan 2016 21:10:14 +0100 Subject: [PATCH] Fix golint & gofmt :) --- README.md | 2 +- inspect_v1.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ae78959..8474f35c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -skopeo +skopeo [![Build Status](https://travis-ci.org/runcom/skopeo.svg?branch=master)](https://travis-ci.org/runcom/skopeo) = _Please be aware `skopeo` is still work in progress_ diff --git a/inspect_v1.go b/inspect_v1.go index fa1c5515..6ec4a600 100644 --- a/inspect_v1.go +++ b/inspect_v1.go @@ -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) }