Go Testing
Jump to navigation
Jump to search
External
Internal
Overview
Go comes with built-in frameworks for testing and profiling. The tests live in *_test.go
files.
Also see external test packages.
Go comes with built-in frameworks for testing and profiling. The tests live in *_test.go
files.
Also see external test packages.