aboutsummaryrefslogtreecommitdiff
path: root/network/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/doc.go')
-rw-r--r--network/doc.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/network/doc.go b/network/doc.go
index 40ec0697..d964997b 100644
--- a/network/doc.go
+++ b/network/doc.go
@@ -1,2 +1,5 @@
-// Package network encapsulates network-oriented git operations.
+// Package network encapsulates network-facing Git packages.
+//
+// These packages implement wire formats, protocol framing, and application
+// services built on top of them.
package network