Jim Wright

Discussing all things around software engineering.

Series: learning-go

  • Extensible GO using interfaces

    Posted on
    Reading time 2 minutes

    Simple interface and implementation in Golang

    How can interfaces make my code easier to maintain and extend?

    Interfaces in go really allow you to think about the functionality of your code, rather than a specific implementation of that functionality.