There are two major things coming in Go 1.18 that you need to know: Type Parameters (generics) and Fuzz Testing, but why are they so important? — The Golang team is hard at work on Golang 1.18, which will be released in February 2022, and it looks like it’s going to be a big one. Golang 1.18 will introduce generics (called type parameters) as well as fuzzy testing, which has the potential to change how we develop…