Lesson 10: Maps
Time for maps! 🗺️ and just like maps we use to point to specific locations in the world, a map in Go is no different! We use a key to point to a value. In other languages they are called Dictionaries, Hash Tables, or Associative Arrays. Wikipedia provides us with a showing of just how timeless ⏳ this data structure truly is. Setup Let’s make our directory maps and the files we want inside of that directory example_test....