Interfaces In Go and how to use them Posted on November 4, 2019 by code | GoLang provides us a type called Interface type, which specifies a method set called its interface. Any type whose method set is a superset of the interface is said to…Read more »