Structs are the way to create user-defined types in Golang.
One of the most useful data structures in computer science is the hash table. Many hash table implementations exist with varying properties, but in general they offer fast lookups, adds, and deletes. Go provides a built-in map type that implements a hash table.

Documentation - https://blog.golang.org/maps
GitHub: https://github.com/gshanbhag525

#go #golang

Go Tutorial (Golang)  - Structures in Go
4.80 GEEK