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