Mining/pkg/ueps
Claude 2f2d863bed
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
ax(ueps): fix comment in reader.go default case to use real variable name
The default switch case comment referenced `unknownTag` which does not
exist in scope; the actual variable is `tagByte`. AX Principle 2 requires
comments to show real, runnable examples — not invented identifiers.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 10:27:40 +01:00
..
packet.go ax(ueps): rename signature to hmacSignature for AX Principle 1 compliance 2026-04-02 10:22:18 +01:00
packet_test.go ax(ueps): replace prose comment with usage example in MarshalAndSign test 2026-04-02 10:08:51 +01:00
reader.go ax(ueps): fix comment in reader.go default case to use real variable name 2026-04-02 10:27:40 +01:00
reader_test.go ax(ueps): rename NewBuilder to NewPacketBuilder for AX Principle 1 compliance 2026-04-02 09:45:23 +01:00