Skip to content

Split packages into separate modules #20

@sagikazarmark

Description

@sagikazarmark

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions