Golang Just Got a Big Update!
2 min readMar 16, 2022
Welcome back! Golang is an awesome programming language with a ton of capability, if you’re new to Golang, check out the link below to learn more about it:
Guess what? Golang just got another big update, Golang version 1.18, and it brings a ton of cool changes, check out the link below to jump straight to their release log:
Let’s take a look at some of changes with this update!
Addition Of Generics
First up we have the addition of generics, these include the addition of type parameters, a newer token has been added, and many new changes as well: