Quick-fixes: error handling in Go
The Handle error quick-fix assigns call results to variables and generates an if error not nil check.
The Wrap error handling in a closure quick-fix, which is available for defer and go statements, produces code similar to the Handle error quick-fix but wraps everything in a closure.
