From 0fb1520c3119ed6aedc5cb25098c0fd0b4cacf90 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 7 Mar 2026 22:38:17 +0800 Subject: *: Package sorting and updates --- protocol/doc.go | 2 ++ protocol/v0v1/doc.go | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 protocol/doc.go create mode 100644 protocol/v0v1/doc.go (limited to 'protocol') diff --git a/protocol/doc.go b/protocol/doc.go new file mode 100644 index 00000000..d1e00447 --- /dev/null +++ b/protocol/doc.go @@ -0,0 +1,2 @@ +// Package protocol encapsulates network protocol implementations. +package protocol diff --git a/protocol/v0v1/doc.go b/protocol/v0v1/doc.go new file mode 100644 index 00000000..2c96ea23 --- /dev/null +++ b/protocol/v0v1/doc.go @@ -0,0 +1,2 @@ +// Package v0v1 provides common constants and routines for the V0 and V1 protocols. +package v0v1 -- cgit v1.3.1-10-gc9f91