Lane WagnerforLane Wagner's Blogwagslane.hashnode.net·May 4, 2020How to: Global Constant Maps and Slices in GoFor the most part, Go developers are pretty good about using constants for global configuration, rather than global variables. A problem arises however when we want a global constant slice or map. The go compiler doesn’t allow these more complex type...10 likes·30 readsGo LanguageAdd a thoughtful commentNo comments yetBe the first to start the conversation.