@danvolchek @stahlbrandt agreed. Having read many threads like that from the past, I’d say that was a pattern. I’m not involved in enough in current development to know if that’s still the case, but FWIW the few times where I’ve interacted with Go devs recently they’ve all been super helpful. I hope that is the current pattern

anderseknert@swecyb.com
@anderseknert@swecyb.com
You can now view, reply, and favourite posts from the Fediverse. You can click here or click on the on the navigation bar on the left.
Posts
-
TIL that "nil" is not a reserved word in #golang, and this prints '1':```package mainconst nil = 1func main() { print(nil)}```What is this, #PHP in a trench coat? -
TIL that "nil" is not a reserved word in #golang, and this prints '1':```package mainconst nil = 1func main() { print(nil)}```What is this, #PHP in a trench coat?