diff options
| author | 2026-03-29 13:26:10 +0000 | |
|---|---|---|
| committer | 2026-03-29 13:26:10 +0000 | |
| commit | 2006e2e07f073a79a84194a304e4958a8739d645 (patch) | |
| tree | fc08391aa0d4693350ce19541ece804db33dc3fe /furgit.go | |
| parent | TODO: What does git.sr.ht and tangled need (diff) | |
| signature | No signature | |
format/commitgraph: Remove MT-ReadSafe; use MT-Safe/Unsafe
Diffstat (limited to 'furgit.go')
| -rw-r--r-- | furgit.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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: |
