thoas / go-funk

A modern Go utility library which provides helpers (map, find, contains, filter, ...)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add strings.Join function alternative for Stringer array

opened this issue · comments

The regular strings. Join function only works on string array but not Stringer array. I think this feature should be added to this library.

Opened a pull-request for this, hopefully this will be merged.