master
Charles Iliya Krempeaux 2025-08-10 07:02:05 -07:00
parent 95a2e2f23d
commit 21af9d01e0
1 changed files with 5 additions and 4 deletions

View File

@ -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