Skip to content

Consider moving feeders to separate packages #46

@stephenafamo

Description

@stephenafamo

Having each feeder it their own package means that using one feeder does not add all the other dependencies to a project.

Currently, using any feeder will cause the env, dotenv, yaml, and toml modules to be included as dependencies.
As the number of feeders increases this will also add more and more dependencies.

If they are in separate packages, while all the dependencies will show up in this module's go.mod, a dependent package will only get the dependencies for the feeder they use.

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