Must1 is like Must but returns the value if err is nil.
It is useful for handling errors in initialization code where recovery is not possible
and a value needs to be returned.
Must2 is like Must but returns two values if err is nil.
It is useful for handling errors in initialization code where recovery is not possible
and two values need to be returned.