From 21af9d01e091ed9b0fd5975bfbd61d54ea3b112c Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Sun, 10 Aug 2025 07:02:05 -0700 Subject: [PATCH] see also --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2a6278a..99dabaf 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,8 @@ Package **opt** was written by [Charles Iliya Krempeaux](http://reiver.link) ## See Also -* Thread-Safe Locking Types — https://github.com/reiver/go-lck -* Nullable Optional Types — https://github.com/reiver/go-nul -* Optional Type — https://github.com/reiver/go-opt -* Expiring Optional Types — https://github.com/reiver/go-tmp +* https://github.com/reiver/go-lck — thread-safe locking types +* https://github.com/reiver/go-nul — nullable optional types +* https://github.com/reiver/go-opt — optional type +* https://github.com/reiver/go-reg — thread-safe registry +* https://github.com/reiver/go-tmp — expiring optional types