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 vet error: method declared but not used #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucor
Copy link

@lucor lucor commented May 15, 2019

This PR fixes an error reported by go vet running go test complaining about the following:

go test ./...            
# github.com/rakyll/hey/requester
vet: requester/requester_test.go:77:30: method declared but not used
ok  	github.com/rakyll/hey	0.003s
FAIL	github.com/rakyll/hey/requester [build failed]
go version
go version go1.12.4 linux/amd64

@lucor
Copy link
Author

lucor commented May 15, 2019

Related to #131 and #136

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.

1 participant