go-test: update documentation link (#14595)

This commit is contained in:
Nelson Figueroa
2024-11-03 12:18:25 -08:00
committed by GitHub
parent f3e5ef5a9b
commit 21b9281be7
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
# go test
> Tests Go packages (files have to end with `_test.go`).
> More information: <https://golang.org/cmd/go/#hdr-Testing_flags>.
> More information: <https://pkg.go.dev/cmd/go#hdr-Testing_flags>.
- Test the package found in the current directory: