23 ms·
Absolutely nothing has changed at the language level, and for using channels and the `go` keyword directly, there isn't really tooling to help either. Most exp
by sapiogram 1y ago
Absolutely nothing has changed at the language level, and for using channels and the `go` keyword directly, there isn't really tooling to help either.
Most experienced Golang practitioners have reached the same conclusions as this blog post: Just don't use channels, even for problems that look simple. I used Go professionally for two years, and it's by far the worst thing about the language. The number of footguns is astounding.
- pdimitar 1y agoOkay, but what do you use then?