Exploring Interfaces and Type Assertions in Go
Go is a statically-typed language that provides powerful features for polymorphism and code reuse. Two of these features are interfaces and type assertions, which play a critical role in writing flexible and modular code. In this post, we'll delve in...
omkarbhagat.hashnode.dev2 min read