Coming here from an experience report narrated to me offline by @kastiglione and @indragiek.
The code below is biting yet can be trivially flagged by cmd/vet
Usage of field in an obvious nil struct
https://play.golang.org/p/i_a3kGE61UZ

Assignment to a nil map
https://play.golang.org/p/KlN7AY1U4lo

Coming here from an experience report narrated to me offline by @kastiglione and @indragiek.
The code below is biting yet can be trivially flagged by cmd/vet
Usage of field in an obvious nil struct
https://play.golang.org/p/i_a3kGE61UZ

Assignment to a nil map
https://play.golang.org/p/KlN7AY1U4lo
