Go Testing
Jump to navigation
Jump to search
External
Internal
Overview
Go comes with a lightweight test framework that includes the go test
command and the testing
package.
The tests live in *_test.go
files.
Also see external test packages.
TO DEPLETE
To deplete, merge and delete this: Go Concepts - Testing