Documentation
¶
Overview ¶
Package main implements check_std_symbols, a tool that verifies test coverage for all exported symbols in Go standard library packages.
Usage:
go run ./chore/check_std_symbols -pkg math [-pkg strings ...]
The tool compares exported symbols from a package (via go doc) with symbols used in test files, reporting any uncovered exported identifiers.
Click to show internal directories.
Click to hide internal directories.