「Writing unit tests in Golang Part 1: Introducing Testify | by Siraphob Kan | Nerd For Tech | Jun, 2021 | Medium」
Unit testing is a way of writing tests for the individual components (aka, the smallest part) of a program. The purpose of it is to validate that any piece of code is always working as expected…