You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: