-
Notifications
You must be signed in to change notification settings - Fork 0
Home
doITmagic edited this page Jun 29, 2023
·
4 revisions
Welcome to the go-snippets wiki!
Thank you for choosing to visit our repository.
We are passionate about golang, and we believe that passion should be shared. We try to select from the daily activity the interesting aspects related to Go programming, to share them with you.
Any opinion or contribution is welcome.
Thank you
- logger package : simply concurrent logger made using sync and io packages
- hashtable package : a hashtable made in golang