Login
From:
Home on Gopher Coding
(Uncensored)
subscribe
Run Tests in All Packages
https://gophercoding.com/run-tests-all-packages/
links
backlinks
Roast topics
Find topics
Find it!
Life can be simple when all your Go files are in the root folder. But when a project gets a bit bigger, you may want to store much of the logic in packages. The issue comes when our usual command of go test then no longer picks up our tests.