A Quirk Regarding Type Assertions and Switch Statements in Go
During my journey of learning Go, I've come across a confusing yet interesting quirk regarding type assertions.
I've learned that when running a switch statement on a value's type, you can match a type that is different than the value's declared type...
blog.gumshoe.dev2 min read