Skip to content

move private packages to internal #1226

@theganyo

Description

@theganyo

The Go project has officially clarified Go package layout expectations. Specifically, it is recommended that all packages that are not expected to be used outside of the module be placed under an "internal" directory.

(Note that this eliminates the need for "pkg" as an indicator for exporting.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Inbox

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions