Not a good example (if res != exp { t.Fatal}) is almost entirely require.Equal in testify (the message is logged that you specify, and the test is immediately stopped).
I get a lot of the rationale behind the standard way ethos. I think this is just a bad example of it. Tests and lack of good OOB patterns for passing up error information being two of my primary issues with the "Go" way (and it only intensifies over time), but that's just my feelings and I get I'm in the minority (though Cheney seems to have a lot of the same issues I have with the standard error package https://dave.cheney.net/2016/04/27/dont-just-check-errors-ha...)
Glad your doing better. We were there for TCH so I have a similar love of the place and I'm grateful for the care we received in the med center.
That said I'm not sure all of Houston is so tough and gritty, especially around the Med Center. If you drive North 2 minutes from the there the 300 acre Hermann park and the Museum District are both gorgeous.
Living in Houston is about as varied as an experience as you can imagine and different parts of town have wildly different density, walkability, sameness and yes soul (Montrose, Museum District just off the top of my head). It's like visiting New Jersey and saying NYC is soulless. Lay Houston + the suburbs you were probably in over the top of both and you'll see it's not a bold statement.
Most of the driving that people complain about are people that don't even have Houston addresses, it's a rare day I drive more than 5 miles, and none of the houses in my neighborhood are the same.
https://github.com/stretchr/testify/blob/master/require/requ...
I get a lot of the rationale behind the standard way ethos. I think this is just a bad example of it. Tests and lack of good OOB patterns for passing up error information being two of my primary issues with the "Go" way (and it only intensifies over time), but that's just my feelings and I get I'm in the minority (though Cheney seems to have a lot of the same issues I have with the standard error package https://dave.cheney.net/2016/04/27/dont-just-check-errors-ha...)