Go – Interfaces

  • Post author:
  • Post category:GO
  • Post comments:1 Comment

This topic is about Go - Interfaces. Go programming provides another data type called interfaces which represents a set of method signatures. The struct data type implements these interfaces to have method…

Continue ReadingGo – Interfaces