1
0
mirror of https://github.com/golang/go synced 2024-11-17 02:44:50 -07:00

Add paragraph

This commit is contained in:
Shogo Hida 2023-05-10 23:33:14 +09:00
parent 7bb7382f49
commit 697c255ece

View File

@ -1708,6 +1708,10 @@
// error. (The go command's standard error is reserved for printing
// errors building the tests.)
//
// The go command places $GOROOT/bin at the beginning of $PATH
// in the test's environment, so that tests that execute
// 'go' commands use the same 'go' as the parent 'go test' command.
//
// Go test runs in two different modes:
//
// The first, called local directory mode, occurs when go test is