I watching a golang video & the guy thinks people will check the error return value, e.g.
func yo() (answer, error){return "hey", http://errors.new("nope")}
Oh, that is so cute. With developers as they are, this is `on error resume next` with more modern syntax.
Post
May 9, 2021