aboutsummaryrefslogtreecommitdiff
path: root/network/receivepack/service/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'network/receivepack/service/doc.go')
-rw-r--r--network/receivepack/service/doc.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/network/receivepack/service/doc.go b/network/receivepack/service/doc.go
deleted file mode 100644
index c3fa3041..00000000
--- a/network/receivepack/service/doc.go
+++ /dev/null
@@ -1,6 +0,0 @@
-// Package service implements the protocol-independent receive-pack service.
-//
-// A Service borrows the stores, hooks, and I/O endpoints supplied in
-// Options. Callers retain ownership of those dependencies and must keep them
-// valid for each Execute call that uses them.
-package service