From 0eb5adaa6fda00b328c8a6242adb20a5bfeb6959 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 29 Mar 2026 07:04:01 +0000 Subject: *: Remove Close exception for MT-Safe --- furgit.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'furgit.go') 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. // -- cgit v1.3.1-10-gc9f91