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

Reduce Go import burden #261

Open
griffin opened this issue Nov 29, 2022 · 0 comments
Open

Reduce Go import burden #261

griffin opened this issue Nov 29, 2022 · 0 comments

Comments

@griffin
Copy link

griffin commented Nov 29, 2022

Hello, I'm interested in using this package to benchmark some internal systems, but the repo as a whole is pretty difficult to import because it is one giant Go module with imports of many database libraries we have pinned internally.

Would the maintainers be open to splitting the code into three types of modules?

  • One a the base of the repository which would be used to import anything in the pkg directory
  • One for each db, which would just include the basic client
  • One for the CLI for go install-ing, which would import all of the clients in the db, which would serve as the default distribution.
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

No branches or pull requests

1 participant