aboutsummaryrefslogtreecommitdiff
path: root/furgit.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-29 07:04:01 +0000
committerGravatar Runxi Yu2026-03-29 07:04:01 +0000
commit0eb5adaa6fda00b328c8a6242adb20a5bfeb6959 (patch)
tree99021e8384e052ebc19e8df7d4a8cb0c7b40be48 /furgit.go
parent*: Repeated calls to Close are UB by default (diff)
signatureNo signature
*: Remove Close exception for MT-Safe v0.1.133
Diffstat (limited to 'furgit.go')
-rw-r--r--furgit.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/furgit.go b/furgit.go
index a43f6d40..4f57e70d 100644
--- a/furgit.go
+++ b/furgit.go
@@ -12,8 +12,7 @@
//
// Concurrency labels:
//
-// - MT-Safe: safe for concurrent use, excluding Close unless documented
-// otherwise.
+// - MT-Safe: safe for concurrent use.
// - MT-ReadSafe: safe for concurrent read-only use.
// - MT-Unsafe: not safe for concurrent use without external synchronization.
//