diff options
Diffstat (limited to 'network/receivepack/receivepack.go')
| -rw-r--r-- | network/receivepack/receivepack.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/network/receivepack/receivepack.go b/network/receivepack/receivepack.go index b6190770..1052848e 100644 --- a/network/receivepack/receivepack.go +++ b/network/receivepack/receivepack.go @@ -20,8 +20,7 @@ import ( // ReceivePack serves one receive-pack session over r/w. // -// ReceivePack borrows r, w, and all dependencies reachable through opts for -// the duration of the call. It does not close any of them. +// Labels: Deps-Borrowed. func ReceivePack( ctx context.Context, w pktline.WriteFlusher, |
