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

Add go.mod files for the adapters #18

Open
titpetric opened this issue Oct 11, 2023 · 0 comments
Open

Add go.mod files for the adapters #18

titpetric opened this issue Oct 11, 2023 · 0 comments

Comments

@titpetric
Copy link

The adapter dependencies may be CGO or non-cgo, and may be undesirable to pull into a project if unused.

Add go.mod files into adapter packages to exclude those dependencies from the main go.mod; For tests, a separate package (and separate go.mod for the test/ package) would avoid those dependencies being pulled into the main go.mod

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