guregu / null

reasonable handling of nullable values
BSD 2-Clause "Simplified" License
1.84k stars 238 forks source link

Fix test #31

Closed arp242 closed 6 years ago

arp242 commented 6 years ago

The tests no longer run:

$ go test ./...
zero/bool_test.go:176: Errorf format %d has arg b.Bool of wrong type bool

This is because go test now automatically runs go vet.

guregu commented 6 years ago

Whoops, thank you.