You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not an issue, just a FYI for anyone who might be looking for alternative ways of solving the same problem: I created a git repo where I show and explain a totally different approach that uses Go polymorphism (interfaces) and does not require this self-calling of go test by go test. I hope you enjoy, and feedback welcome!
The text was updated successfully, but these errors were encountered:
Thanks for the nice article and code.
This is not an issue, just a FYI for anyone who might be looking for alternative ways of solving the same problem: I created a git repo where I show and explain a totally different approach that uses Go polymorphism (interfaces) and does not require this self-calling of go test by go test. I hope you enjoy, and feedback welcome!
The text was updated successfully, but these errors were encountered: