News

Parameterized types for Go generics In Go 1.18, the new generic syntax allows us to indicate what types a function can accept, and how items of those types are to be passed through the function.