Mocking exec.Command in Go
Testing in Go is probably one of the hardest parts about Go to get right as a new Go developer. If you haven't thought about testing from the beginning, it's hard to add in. Unlike other languages, such as JS (jest.SpyOn), you can't