Hacker News new | ask | show | jobs
by ARandomerDude 574 days ago
> Map and ForEach don't align with Go's emphasis on simplicity and explicitness

I've never paid my bills with Go, but `Map` and `ForEach` don't seem all that different than `for _, u := range Users` to me. Yes, the former is "functional" but only mildly.

1 comments

In that case there's no particular reason to use them. As far as Go's philosophy goes.
touché