aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-25 18:22:14 +0000
committerGravatar Runxi Yu2026-03-25 18:22:14 +0000
commitfbe9498ba496013680752720653768f9f56268fc (patch)
tree552c7b13567d9a605a2511438df8bcec0db47218
parenttree: Document that tree entries should be sorted (diff)
signatureNo signature
network: Package-level doc-comment
-rw-r--r--network/doc.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/doc.go b/network/doc.go
new file mode 100644
index 00000000..40ec0697
--- /dev/null
+++ b/network/doc.go
@@ -0,0 +1,2 @@
+// Package network encapsulates network-oriented git operations.
+package network