I tend to be deliberate in the choice of libraries I use. A few that have become part of my go.
- github.com/joho/godotenv
- github.com/caarlos0/env
This is a set implementation I made for small collection of items. Particularly handy because it's faster than a map for less than 1000 elements, with less allocations too.
- github.com/pippellia-btc/smallset
