Member-only story
Golang Got a Huge Update!
2 min readAug 4, 2022
Welcome back! Golang is an awesome programing language with a ton of capability, if you’re new to Golang, check out the link below to learn more about it:
Golang just ended up getting its next update, this is Golang version 1.19! If you want to see all of the changes within this update, here is a link to their release log:
Let’s take a look at some of these changes!
Doc Comments Updates
This new version of Golang also support links, lists, and clearer heading syntax within doc comments!
Memory Model Updates
This new version of Go will now explicitly define behaviors of the sync/atomic package, this should make it easier to use atomic values.