Summary
doc.go line 27 lists stdlib-parity ops as "Load, Store, LoadOrStore, LoadAndDelete, Delete, and Range" — missing Swap, Clear, CompareAndSwap, CompareAndDelete. Quick Start only shows Store/Load/Range. A reader landing on pkg.go.dev doesn't see the package-level function syntax.
Scope
- Update doc.go ops enumeration to include Swap and Clear.
- Add a CompareAndSwap one-liner to the Quick Start (or cross-reference).
Acceptance criteria
- doc.go mentions all wrapped sync.Map methods.
- Quick Start shows package-level CompareAndSwap syntax.
- llms-full.txt regenerated.
Source: code-reviewer + docs-writer.
Summary
doc.go line 27 lists stdlib-parity ops as "Load, Store, LoadOrStore, LoadAndDelete, Delete, and Range" — missing Swap, Clear, CompareAndSwap, CompareAndDelete. Quick Start only shows Store/Load/Range. A reader landing on pkg.go.dev doesn't see the package-level function syntax.
Scope
Acceptance criteria
Source: code-reviewer + docs-writer.