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
1031fa0 does not pass unit test with Go 1.10
+ GOPATH=/builddir/build/BUILD/memcache-1031fa0ce2f20c1c0e1e1b51951d8ea02c84fa05/_build:/usr/share/gocode + go test -buildmode pie -compiler gc -ldflags '-extldflags '\''-Wl,-z,relro '\''' # github.com/rainycape/memcache ./memcache_test.go:45: Skip call has possible formatting directive %s FAIL github.com/rainycape/memcache [build failed]
The text was updated successfully, but these errors were encountered:
Use Skipf to permit formatting directive
f654421
https://golang.org/pkg/testing/#T.Skipf fixes rainycape#4
Successfully merging a pull request may close this issue.
1031fa0 does not pass unit test with Go 1.10
The text was updated successfully, but these errors were encountered: