go test
Tests Go packages (files have to end with `_test.go`).
- Test the package found in the current directory:
- [v]erbosely test the package in the current directory:
- Test the packages in the current directory and all subdirectories (note the `...`):
- Test the package in the current directory and run all benchmarks:
- Test the package in the current directory and run all benchmarks for 50 seconds:
- Test the package with coverage analysis:
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).