Using Interfaces in Go
Sep 24, 2023 · 6 min read · Learning how to use interfaces in Go will help you write flexible and simpler code. When I was first learning Go I found the posts about interfaces to be lacking. The examples weren't practical (Stringer, Geometry, Animal - these posts are great, but...
Join discussion
