go-p2p/node/levin
Snider ca04a88e35 refactor: apply go fix modernizers for Go 1.26
Automated fixes: interface{} → any, range-over-int, t.Context(),
wg.Go(), strings.SplitSeq, strings.Builder, slices.Contains,
maps helpers, min/max builtins.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-22 21:00:16 +00:00
..
connection.go feat(levin): connection with framed TCP packet I/O 2026-02-20 19:29:41 +00:00
connection_test.go feat(levin): connection with framed TCP packet I/O 2026-02-20 19:29:41 +00:00
header.go feat(levin): header encode/decode (33-byte Levin packet framing) 2026-02-20 19:23:24 +00:00
header_test.go feat(levin): header encode/decode (33-byte Levin packet framing) 2026-02-20 19:23:24 +00:00
storage.go refactor: apply go fix modernizers for Go 1.26 2026-02-22 21:00:16 +00:00
storage_test.go feat(levin): portable storage section encode/decode 2026-02-20 19:27:31 +00:00
varint.go feat(levin): portable storage varint encode/decode 2026-02-20 19:23:28 +00:00
varint_test.go feat(levin): portable storage varint encode/decode 2026-02-20 19:23:28 +00:00