Is there any way to use these types without a pointer? (from github.com/volatiletech/null/v8)
e.g. I get *null.Bool when a boolean field is not required, but defeats the whole purpose of avoiding pointers and I'm guessing it wouldn't support the IsValid method.