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

Consider moving feeders to separate packages #46

Open
stephenafamo opened this issue Jan 7, 2023 · 1 comment
Open

Consider moving feeders to separate packages #46

stephenafamo opened this issue Jan 7, 2023 · 1 comment

Comments

@stephenafamo
Copy link

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.

@miladrahimi
Copy link
Member

It sounds like a good idea. I'll consider it in the next version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants