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

Split packages into separate modules #20

Open
sagikazarmark opened this issue Feb 28, 2020 · 0 comments
Open

Split packages into separate modules #20

sagikazarmark opened this issue Feb 28, 2020 · 0 comments

Comments

@sagikazarmark
Copy link

There are a number of reasons why the current structure of this repository is not the best:

  • Even if I want to use one package from this module, Go will install everything listed in go.mod
  • gqlgen@v0.11.0 broke backwards compatibility with this module. If I update the lowest required version in go.mod to v0.11.0 to fix the code in this module, I will have to do that for all components, otherwise the others would stop working.

Therefore I suggest splitting this repository into smaller modules. I'd be happy to upgrade the opencensus integration to v0.11.0

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