We think you might be interested in this job:
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.