Skip to content
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.

A fix to address golint warning #1602

Conversation

shuklanirdesh82
Copy link
Contributor

@shuklanirdesh82 shuklanirdesh82 commented Jul 18, 2017

Fixes #1601

make build-all output:

with out the fix:

../misc/scripts/build.sh build
make: Entering directory `/go/src/github.com/vmware/docker-volume-vsphere/client_plugin'
../tests/utils/dockercli/containers.go:127:53: should replace i += 1 with i++
go tool vet .
gofmt -s -l -w .

with fix:

../misc/scripts/build.sh build
make: Entering directory `/go/src/github.com/vmware/docker-volume-vsphere/client_plugin'
go tool vet .
gofmt -s -l -w .

@shuklanirdesh82 shuklanirdesh82 merged commit 6765787 into vmware-archive:master Jul 20, 2017
@shuklanirdesh82 shuklanirdesh82 deleted the testWarningFix.shuklanirdesh82 branch July 20, 2017 21:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Resolve golint error
3 participants