aboutsummaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'protocol')
-rw-r--r--protocol/doc.go2
-rw-r--r--protocol/v0v1/doc.go2
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