Interfaces

Interfaces in Go

16 May 2022 Blog

In this post, I'll be talking about how to use interfaces in Go. This is a continuation of my learning using the Go language. I'll use interfaces to create an application that interacts with several types of bank accounts.

App Development Developers Go Golang Interfaces Programming Visual Studio Code