Go test Command
Jump to navigation
Jump to search
Internal
Overview
The test
command runs tests. The shared flags described here apply:
For more details on testing, in general, see:
go test Execution Modes
The go test
runs in two modes: local directory mode and package list mode.