OPI Blog
Learn from experts in their fields

Browsing Tags: go

Jul 16, 2021
Creating Mocks For Unit Testing in Go
Unit testing is an important part of any project, and Go built its framework with a testing package; making unit testing part of the language. This testing framework is good for most scenarios, but you ...