Dear Go developers,
You don’t need to return pointers,
Unless you do need to return pointers.
But if you think you need to return pointers,
You probably don’t need to return pointers.
Instead, consider just returning regular struct values. Keep the nil-pointer panics at bay.