Maps in Go
Go has one associated data structure - “map”. Map is a hash table where you can store data in key/value pairs. Following syntax is used to create a map.
Arrays and Slices
Go has two collection types: Arrays and Slices.
Welcome to Go
Go or Golang is a static, inferred, structural programming language created by Robert Griesemer, Rob Pike, and Ken Thompson initially at Google. It has built-in support for concurrency, testing, and has rich standard library.
Go: Get Started Pt. 1
Create a new folder with iconic
as the folder name.