aboutsummaryrefslogtreecommitdiff
path: root/furgit.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 13:26:10 +0000
committerGravatar Runxi Yu2026-03-29 13:26:10 +0000
commit2006e2e07f073a79a84194a304e4958a8739d645 (patch)
treefc08391aa0d4693350ce19541ece804db33dc3fe /furgit.go
parentTODO: What does git.sr.ht and tangled need (diff)
signatureNo signature
format/commitgraph: Remove MT-ReadSafe; use MT-Safe/Unsafe
Diffstat (limited to 'furgit.go')
-rw-r--r--furgit.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/furgit.go b/furgit.go
index dd263559..efd9d7c4 100644
--- a/furgit.go
+++ b/furgit.go
@@ -27,7 +27,6 @@
// Concurrency labels:
//
// - MT-Safe: safe for concurrent use.
-// - MT-ReadSafe: safe for concurrent read-only use.
// - MT-Unsafe: not safe for concurrent use without external synchronization.
//
// Dependency labels: