发布

  • Commit message:

    frostbyte_neo 发布于 2026-04-20 07:50:20 +00:00

    wire: add missing go.mod, LICENSE, README and root go.work

    The pkg/wire carve-out landed the .go sources and updated callers
    in the previous two commits, but the files that actually define it
    as a nested Go module were left untracked — so the pkg/wire/v0.1.0
    tag resolved to a subdirectory of the parent module rather than a
    standalone MIT module. Adding them now.

    pkg/wire/go.mod declares module github.com/zzet/gortex/pkg/wire on
    Go 1.25.6, stdlib only, testify test-only.
    pkg/wire/LICENSE is MIT, scoped to this subtree.
    pkg/wire/README.md covers install, encode, decode, round-trip.
    Root go.work + go.work.sum make the nested module resolve locally
    during dev without a replace directive.

    下载附件