Skip to content

Add go.mod files for the adapters #18

@titpetric

Description

@titpetric

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions