Y
Hacker News
new
|
ask
|
show
|
jobs
by
eweise
1512 days ago
its worse. You can't do basic things like make a map method.
1 comments
liambowen
1512 days ago
Why can't you?
https://github.com/samber/lo/blob/master/slice.go#L20
link
eweise
1512 days ago
you can do it that way but you can't add the map method to a struct like persons.map() which would allow you to chain methods. But I guess with the multiple return value convention, you can't chain anyway very nicely.
link