Login
From:
ijrussell
(Uncensored)
subscribe
Introduction to Interfaces in Go :: ijrussell
https://ijrussell.github.io/posts/intro-to-interfaces-in-go/
links
backlinks
Roast topics
Find topics
Find it!
In the last post, we looked at how to solve the use case from Chapter 1 of my Essential F# ebook using my limited knowledge of Go. In this post, we will use my new understanding of interfaces in Go to solve the same problem.