Mining/pkg
Claude 8b00af67d7
Some checks failed
Test / test (push) Waiting to run
Security Scan / security (push) Has been cancelled
ax(mining): replace banned fmt import with MiningError in container.go
container.go used fmt.Errorf for all error construction, violating the
AX banned-imports rule. Replaced with ErrInternal().WithCause() using
the package's own error primitives, consistent with the rest of pkg/mining.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 14:33:59 +01:00
..
database ax(database): replace prose interface comments with usage examples 2026-04-02 14:22:42 +01:00
logging ax(logging): rename mu to mutex for predictable naming 2026-04-02 14:22:38 +01:00
mining ax(mining): replace banned fmt import with MiningError in container.go 2026-04-02 14:33:59 +01:00
node ax(node): rename single-letter variable u to parsedURL in CheckOrigin 2026-04-02 14:33:43 +01:00
ueps ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00