-
Notifications
You must be signed in to change notification settings - Fork 254
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
Implement s5cmd select #300
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm looking for feedback on the right concurrency pattern, module import resolution, and maybe a little bit of error handling feedback. I've got some exposure to Go, but not a ton. Best practices that I'm missing are welcome.
Thanks for the PR and thorough comments! I'll try to review today. |
@skeggse Hi. Have you had time the time to look into this? |
Hey, thanks for your patience! I'll try and take a look later today. |
Co-authored-by: Eli Skeggs <[email protected]>
Co-authored-by: İbrahim Güngör <[email protected]>
I think this PR is good to go. The only thing missing is the tests. Since |
I am ok with this PR too, thank you @skeggse
|
Updated to address @ilkinulas' comments! |
Co-authored-by: İlkin Balkanay <[email protected]>
Co-authored-by: Onur Sönmez <[email protected]>
Thank you! |
Fixes #299.