We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When testing after go build with go test ./speedtest, I get this error:
go build
go test ./speedtest
downRate: 0.19Mbps | upRate: 0.00Mbps downRate: 0.00Mbps | upRate: 51.64Mbps Download: 0.19 Mbit/s Upload: 51.64 Mbit/s --- FAIL: TestFetchServerByID (1.24s) server_test.go:166: no server available or found FAIL FAIL github.com/showwin/speedtest-go/speedtest 6.741s FAIL
The text was updated successfully, but these errors were encountered:
Thank you @abdulocracy!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When testing after
go build
withgo test ./speedtest
, I get this error:The text was updated successfully, but these errors were encountered: