Skip to content

golang

Members Public

Avoiding Go runtime errors with interface compliance and type assertion checks

As I've been brushing up on my Go skills with a side project, one question I had was how errors related to structs not implementing an interface manifest in different ways in Go. So here's a bit of a dive into what I learned on how