Mining/pkg/ueps
Claude 59e08e3352
Some checks failed
Security Scan / security (push) Successful in 31s
Test / test (push) Has been cancelled
ax(ueps): rename receiver packetErr to packetError for AX Principle 1
`packetErr` is an abbreviation of the full type name `packetError`.
AX Principle 1 requires predictable names over short names — receiver
renamed to the full type name to eliminate mapping overhead.

Co-Authored-By: Charon <charon@lethean.io>
2026-04-02 11:36:34 +01:00
..
packet.go ax(ueps): rename receiver packetErr to packetError for AX Principle 1 2026-04-02 11:36:34 +01:00
packet_test.go ax(ueps): align verifyError variable name with idiomatic err convention 2026-04-02 11:06:48 +01:00
reader.go ax(ueps): rename tlvError to packetError for AX Principle 1 compliance 2026-04-02 11:10:44 +01:00
reader_test.go ax(ueps): remove redundant inline comment that restates the pre-function docstring 2026-04-02 11:01:18 +01:00