golang 13 November 2020 Go's Recurring Security Problem Go is designed to be able to build untrusted packages safely without running any code from them. Unfortunately, this is easier said than done.
golang 8 April 2020 Generics in Go – How They Work and How to Play With Them Generics in Go have come much closer to becoming a reality. Here's what the latest design looks like and how you can try out generics yourself.