diff options
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 |
