Skip to content

Perform full Go 1.26 modernization sweep #39

@cantalupo555

Description

@cantalupo555

Problem

A full modernization sweep is needed to adopt safe Go 1.26 idioms and cleanup opportunities across the whole repository.

Expected Outcome

  • Review all Go source and test files for safe Go 1.26 modernization opportunities.
  • Apply automatic rewrites where applicable, plus manual idiomatic refactors that do not change behavior.
  • Preserve public API compatibility.
  • Validate equivalence with full build/vet/test gates and compare performance against the established benchmark baseline.

Acceptance Criteria

  • go build ./..., go vet ./..., go test ./... all pass.
  • No intentional public API changes.
  • Changes are scoped to modernization/cleanup only (no feature work mixed in).
  • Benchmark delta is documented against the baseline (or explicitly "no significant change").

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions