sourcegraph / go-webkit2

WebKit API bindings (WebKitGTK+ v2) for Go
https://sourcegraph.com/github.com/sourcegraph/go-webkit2
Other
313 stars 61 forks source link

Tests Fail on Boolean Format #45

Open GerryG opened 5 years ago

GerryG commented 5 years ago

This must be a golang version thing, but in settings*_test.go it is try to fmt.Errorf with booleans formatted with %d. I had to replace them with %t to work.

My go version is: go version go1.10.1 linux/amd64

I'm guessing this must have changed with some go version that isn't that widespread yet.