Mining/pkg
Claude 64af8eb468
ax(ueps): remove superfluous payloadBytes intermediate variable
payload was declared via var at the top of ReadAndVerify; the inner
payloadBytes := io.ReadAll + payload = payloadBytes pattern introduced
an unnecessary name that added no semantic value. Assign directly to
the outer payload variable instead.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 09:35:35 +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): remove banned fmt import from manager.go 2026-04-02 09:34:11 +01:00
node ax(node): replace prose comment with usage example on ParseResponse 2026-04-02 09:34:58 +01:00
ueps ax(ueps): remove superfluous payloadBytes intermediate variable 2026-04-02 09:35:35 +01:00