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