Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: implement lo.Join #373

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nguyenvantuan2391996
Copy link

@nguyenvantuan2391996 nguyenvantuan2391996 commented Aug 8, 2023

Converts all elements in array into a string separated by separator.

Reference Join in Lodash: https://lodash.com/docs/4.17.15#join

implement lo.Join for issue #351

@lesichkovm
Copy link

lesichkovm commented Jul 6, 2024

Standard go library already does it: https://pkg.go.dev/strings#Join

Best to keep it out, or if added to use the standard go function directly underneath as its more performant.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants