blob: d964997b0df470f8992370adfed800741823bded (
about) (
plain) (
blame)
1
2
3
4
5
|
// Package network encapsulates network-facing Git packages.
//
// These packages implement wire formats, protocol framing, and application
// services built on top of them.
package network
|