Mining/pkg
Claude 222edcd070
ax(ueps): rename uepsError to sentinelError — redundant package prefix on private type
The type name uepsError used the package abbreviation as a prefix, which
adds no semantic value inside the ueps package and violates AX Principle 1
(predictable names over short names). sentinelError names what the type IS:
an immutable, comparable error value.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 12:50:34 +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 prose-description comments with usage examples in lethean.go 2026-04-02 12:49:24 +01:00
node ax(node): rename channel to responseChannel in handleResponse 2026-04-02 12:49:30 +01:00
ueps ax(ueps): rename uepsError to sentinelError — redundant package prefix on private type 2026-04-02 12:50:34 +01:00