diff options
| author | 2026-03-07 22:38:17 +0800 | |
|---|---|---|
| committer | 2026-03-07 22:38:17 +0800 | |
| commit | 0fb1520c3119ed6aedc5cb25098c0fd0b4cacf90 (patch) | |
| tree | e02e31a56a4893f9a0397158811e50cae91dc012 /protocol | |
| parent | *: Add some package-level doc comments (diff) | |
| signature | No signature | |
*: Package sorting and updates
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/doc.go | 2 | ||||
| -rw-r--r-- | protocol/v0v1/doc.go | 2 |
2 files changed, 4 insertions, 0 deletions
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 |
