mreiferson/go-ujson

Error wrong type bool

nicolasStevenin opened this issue · 0 comments

Hi,

When I test your project, I have this problem :
command: go test -buildmode pie -compiler gc -ldflags "-X github.com/mreiferson/go-ujson/version.commit=e88340868a148e27f65170aae3684b1d72152bbd -X github.com/mreiferson/go-ujson/version=0 -extldflags '-Wl,-z,relro '"
testing: github.com/mreiferson/go-ujson
github.com/mreiferson/go-ujson
FAIL github.com/mreiferson/go-ujson [build failed]

github.com/mreiferson/go-ujson

./ujson_test.go:46: T.Fatalf format %s has arg testBool of wrong type bool

Thanks