Implementing a Generic Filter Function in Go22 September 2021·4 minsProgramming Going with Go golang genericsThis article will demonstrate the implementation of a generic slice filter function using the new type parameters syntax.
Generic Go Pipelines4 September 2021·4 minsProgramming Going with Go golang elixir genericsMy journey with generic type parameters in Go continues.
How to Use Generics in Go Starting From v1.1717 August 2021·3 minsprogramming golang genericsUsing a flag that appears to have been brought to light with v1.17