This week, I learned about array slices, maps, structs (classes in Golang), if-else statements, switch-case, loops, functions, methods, and the defer keyword.
Golang is a pretty interesting language with its opinionated syntax that keeps the code lo...