ToolsGo-test
G

Go-test

Go testing with built-in framework

testingBSD-3-Clause
Install
go test

About

Go testing is built into Go. Use 'go test' to run tests defined with the testing package.

gotesting