-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Improve package organizations #36
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
Comments
+1 This would also fix all the failed golangci-lint test. Currently they fail because multiple people use the package main. |
It's a good idea. I'm trying to fix this (both package and filename convention). I'm starting with sorts. You're welcome to help with other parts. |
How is this going? Do you need help with this? |
@eduardogr That would be great if you can improve the package organization. |
I believe this issue has been resolved with the PR #266. Now it only remains for us to add tests for each function so that everything works as the implementor expects it to. |
There's a lot of main packages in this project
We can improve this package organization to let each package have its place
The text was updated successfully, but these errors were encountered: