Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix range variable c captured by func literal #65

Merged
merged 1 commit into from
May 15, 2017

Conversation

mjtrangoni
Copy link
Contributor

Hi @joehandzik, I am fixing this bug reported by go vet, and related to the changes in #61.

$ make 
>> formatting code
>> vetting code
lustre_exporter.go:60: range variable c captured by func literal
exit status 1
Makefile:34: recipe for target 'vet' failed
make: *** [vet] Error 1

As explanation I can refer you this. Thanks @knweiss!

@mjtrangoni mjtrangoni mentioned this pull request May 15, 2017
@joehandzik joehandzik merged commit 9e6eea6 into HewlettPackard:master May 15, 2017
@mjtrangoni mjtrangoni deleted the fixgovet branch May 16, 2017 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants