👩💻 Join our community of thousands of amazing developers!
If you are coming to Go after using a programming language like C# or Java, the first thing you will discover is that there are no traditional collection types like List and Dictionary. That really threw me off for months. I found a package called container/list and gravitated to using it for almost everything. Something in the back of my head kept nagging me. It didn’t make any sense that the language designers would not directly support managing a collection of unknown length....