|
|
|
|
|
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. |
|