Go Testing
Jump to navigation
Jump to search
External
Internal
TODO
To deplete, merge and delete this: Go Concepts - Testing
Overview
Go comes with built-in frameworks for testing and profiling. The tests live in *_test.go
files.
Also see external test packages.