Don't Return Err in Go 2 years ago
Still not seeing how this saves you from having to check if err != nil everywhere.
Though I suppose if this were another language it would be akin to a try catch around every line of code. Which in a way is great, but pretty labor intensive.