Last Updated: February 25, 2016
·
1.412K
· 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 ./...
Recommend
Say Thanks
Update Notifications Off
Respond