Source: dzone.com

Go Visitor Pattern
In this article, we discuss how to implement the Visitor Pattern in Go to only override the methods we need in a given subclass. Summary One feature that Go does not offer that is really useful in visitor patterns is overriding methods.

Related Articles