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
using go modules, go test all fails when github.com/rs/zerolog is a dependency:
go test all
--- FAIL: TestWith (0.00s) log_test.go:106: invalid log output: got: {"string":"foo","bytes":"bar","hex":"12ef","json":{"some":"json"},"error":"some error","bool":true,"int":1,"int8":2,"int16":3,"int32":4,"int64":5,"uint":6,"uint8":7,"uint16":8,"uint32":9,"uint64":10,"float32":11.101,"float64":12.30303,"time":"0001-01-01T00:00:00Z","caller":"/usr/local/go/src/testing/testing.go:865"} want: {"string":"foo","bytes":"bar","hex":"12ef","json":{"some":"json"},"error":"some error","bool":true,"int":1,"int8":2,"int16":3,"int32":4,"int64":5,"uint":6,"uint8":7,"uint16":8,"uint32":9,"uint64":10,"float32":11.101,"float64":12.30303,"time":"0001-01-01T00:00:00Z","caller":"~/go/pkg/mod/github.com/rs/zerolog@v1.11.0/log_test.go:104"} FAIL FAIL github.com/rs/zerolog 0.086s
The text was updated successfully, but these errors were encountered:
This test is naive. I'll fix it.
Sorry, something went wrong.
Actually, that's a go 1.12 regression.
6d6350a
No branches or pull requests
using go modules,
go test all
fails when github.com/rs/zerolog is a dependency:The text was updated successfully, but these errors were encountered: