What's coming in Go 1.18
Go 1.18, the biggest release of the Go language since Go 1.0 in March 2012, is expected to be r [...]
Go 1.18, the biggest release of the Go language since Go 1.0 in March 2012, is expected to be r [...]
Go 1.18 is coming out soon. It's a huge release, but native fuzzing has a special place in my heart. Not much has been written yet on how Go's fuzzing system actually works, so I'll talk a bit about that here.
In this, my fifth article on the Go programming language, I’m looking at the build and packaging process, and other tooling. I’ll start by looking at how code is structured into packages, and then look at the tools for building, packaging and testing.