Last Updated: February 25, 2016
·
1.379K
· oshalakhin

Test all packages inside your Golang project

If you have a project in Golang and want to test all its sub-directories you can type:

go test ./...