web-links (blinks) web-log (blog) by Dragan Sretenovic
gotipplay.golang.org
func Print[T any](s ...T) { for _, v := range s { fmt.Print(v) }}
Generics in Go Explained with Code Examples
Generics in Go: Viva La Revolution!