The status page was often down when GH was down, back in the days.
a, err := foo()
b, err := bar()
if err != nil { // oops, forgot to handle foo()'s err }
This is the illusion of safe error handling. .kim - Kim (Korean surname)
.lol - LOL: laughing out loud
.organic - organic gardeners, farmers, foods, etc.
.plumbing - plumbing businesses
[0] https://en.wikipedia.org/wiki/List_of_Internet_top-level_dom... f := os.Open("file") or {
return err
}
After a couple of years with Scala, I'm also really missing proper FP, pattern matching, optional types, immutability, etc. Still, I'm pretty happy with Go and it has made me more excited about coding again.