diff options
| author | 2026-03-25 18:22:14 +0000 | |
|---|---|---|
| committer | 2026-03-25 18:22:14 +0000 | |
| commit | fbe9498ba496013680752720653768f9f56268fc (patch) | |
| tree | 552c7b13567d9a605a2511438df8bcec0db47218 /network/doc.go | |
| parent | tree: Document that tree entries should be sorted (diff) | |
| signature | No signature | |
network: Package-level doc-comment
Diffstat (limited to 'network/doc.go')
| -rw-r--r-- | network/doc.go | 2 |
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 |
