Mining/pkg/ueps
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
..
packet.go ax(ueps): replace errors.Is usage example with direct equality check 2026-04-02 09:19:37 +01:00
packet_test.go ax(ueps): rename frame1/frame2 to frameWithSecretA/frameWithSecretB 2026-04-02 09:29:58 +01:00
reader.go ax(ueps): remove superfluous payloadBytes intermediate variable 2026-04-02 09:35:35 +01:00
reader_test.go ax(ueps): strip 11 prose test comments that restate function names 2026-04-02 08:48:01 +01:00