diff options
| author | 2026-03-29 18:38:47 +0000 | |
|---|---|---|
| committer | 2026-03-29 18:39:29 +0000 | |
| commit | 02c78ff5025297b18f96e6741c2df38b7fe8849d (patch) | |
| tree | fd23e80240b58090a96a18fe12e5665de713e48b /network/doc.go | |
| parent | ROADMAP: Updates (diff) | |
| signature | No signature | |
*: Update docs v0.1.151
Diffstat (limited to 'network/doc.go')
| -rw-r--r-- | network/doc.go | 5 |
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 |
