aboutsummaryrefslogtreecommitdiff
path: root/repository/open.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-28 14:25:31 +0000
committerGravatar Runxi Yu2026-03-28 14:25:31 +0000
commit3dc0eefa251989eb45bf647f83ec19369660b76b (patch)
tree001457ab5e50262d98126c80f0dfc51429a949eb /repository/open.go
parentfurgit: Document contract labels (diff)
signatureNo signature
repository: Use labels v0.1.120
Diffstat (limited to 'repository/open.go')
-rw-r--r--repository/open.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/repository/open.go b/repository/open.go
index 3c90df53..0e47ba83 100644
--- a/repository/open.go
+++ b/repository/open.go
@@ -9,7 +9,7 @@ import (
// Open opens a repository and wires object/ref stores from its on-disk format.
//
-// Open borrows root and does not close it.
+// Labels: Deps-Borrowed.
func Open(root *os.Root) (repo *Repository, err error) {
repo = &Repository{}