Unit Testing and mock calls inside goroutinesRecently I came across a situation where I had to expect a call to a method that was being called inside a goroutine. I used gomock to mock…Jun 7, 20212Jun 7, 20212
Published inSellerAppDecoding Brotli in GolangBrotli is a generic-purpose lossless compression algorithm that compresses data using a combination of a modern variant of the LZ77…Jul 10, 20201Jul 10, 20201
Published inSellerAppEnabling VPC Network peering in Google Cloud PlatformVPC network peering comes to help when we need to make hosts on two different VPCs needs to be able to communicate without the need to…May 28, 20201May 28, 20201