Mocking in Golang without external dependencies
Recently I started using Golang for my web projects. One of the challenges that I faced with Golang was mocking client calls in Unit tests.
I was using Firestore for a database and in my unit tests, I wanted to mock firestore client. Now, in Golang I...
rajurastogi.hashnode.dev4 min read