Get Going with Go: Interfaces
When writing clean and scalable code, one of the most powerful tools a developer has is interfaces. In Object-Oriented Programming, an interface provides a contract by which any class that implements it must abide. This pattern of programming can be ...
brockherion.hashnode.dev7 min read
Sam hillebrand
Read others blogs
Very informative!