Whats new in Golang 1.19
After the big release of Go 1.18, Go continues to develop new features. For now, RC1 has already been released, and the version will be released in August 2022. Let’s look at what comes with Go 1.19. Atomic Types in Go 1.19 Bool, Int32,Int64, Uint32, Uint64, Uintptr and Pointer are new atomic types under sync/atomic package. If you are unfamiliar, we could summarize the atomic package that […]