aboutsummaryrefslogtreecommitdiff
path: root/receivepack/service/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'receivepack/service/doc.go')
-rw-r--r--receivepack/service/doc.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/receivepack/service/doc.go b/receivepack/service/doc.go
deleted file mode 100644
index 37be23f4..00000000
--- a/receivepack/service/doc.go
+++ /dev/null
@@ -1,6 +0,0 @@
-// Package service implements the protocol-independent receive-pack service.
-//
-// A Service borrows the stores, roots, 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