Mining/pkg
Claude 79a48a3a18
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(mining): replace copy builtin shadow with settingsCopy, comment as usage example
AX Principle 1 — predictable names over short names: variable `copy` shadows
the Go builtin and carries no semantic meaning. Renamed to `settingsCopy`.
AX Principle 2 — comments as usage examples: replaced prose description on
SettingsManager.Get with a concrete call showing how the return value is used.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 07:50:36 +01:00
..
database chore: migrate module path from github.com to forge.lthn.ai 2026-02-22 21:39:01 +00:00
logging feat: Add structured logging package 2025-12-31 11:18:22 +00:00
mining ax(mining): replace copy builtin shadow with settingsCopy, comment as usage example 2026-04-02 07:50:36 +01:00
node ax(node): replace prose comment on GetAllStats with usage example 2026-04-02 07:50:36 +01:00
ueps ax(ueps): remove banned fmt import, use errors.New 2026-04-02 07:48:46 +01:00