Mining/pkg
Claude c703bd9050
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(batch): remove banned fmt import from all non-test source files
Replace fmt.Sprintf with string concatenation + strconv.Itoa/FormatInt.
Replace fmt.Errorf with project MiningError constructors (ErrStartFailed,
ErrInstallFailed, ErrInternal) and a new databaseError helper in pkg/database.
Leaves fmt in pkg/logging (it IS the logging package) and test files.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 18:00:44 +01:00
..
database ax(batch): remove banned fmt import from all non-test source files 2026-04-02 18:00:44 +01:00
logging ax(logging): rename mu to mutex for predictable naming 2026-04-02 14:22:38 +01:00
mining ax(batch): remove banned fmt import from all non-test source files 2026-04-02 18:00:44 +01:00
node ax(node): rename NewWorker param node→nodeManager for AX clarity 2026-04-02 17:56:22 +01:00
ueps ax(ueps): use sharedSecret over short name secret in comment example 2026-04-02 14:23:04 +01:00