Commit b44ca1f3 authored by Marvin Stenger's avatar Marvin Stenger Committed by Brad Fitzpatrick

cmd/go: update alldocs.go

Ran go generate in order to update docs.

Change-Id: Ideb903427d153d0ff35e5164b7e79426b83b1afb
Reviewed-on: https://go-review.googlesource.com/111336Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent dc4b9cff
...@@ -697,9 +697,9 @@ ...@@ -697,9 +697,9 @@
// a non-nil Error field; other information may or may not be missing // a non-nil Error field; other information may or may not be missing
// (zeroed). // (zeroed).
// //
// The -test flag causes list to add to its output test binaries for the // The -test flag causes list to report not only the named packages
// named packages that have tests, to make information about test // but also their test binaries (for packages with tests), to convey to
// binary construction available to source code analysis tools. // source code analysis tools exactly how test binaries are constructed.
// The reported import path for a test binary is the import path of // The reported import path for a test binary is the import path of
// the package followed by a ".test" suffix, as in "math/rand.test". // the package followed by a ".test" suffix, as in "math/rand.test".
// When building a test, it is sometimes necessary to rebuild certain // When building a test, it is sometimes necessary to rebuild certain
...@@ -1094,9 +1094,9 @@ ...@@ -1094,9 +1094,9 @@
// GOMIPS // GOMIPS
// For GOARCH=mips{,le}, whether to use floating point instructions. // For GOARCH=mips{,le}, whether to use floating point instructions.
// Valid values are hardfloat (default), softfloat. // Valid values are hardfloat (default), softfloat.
// GOMIPS64 // GOMIPS64
// For GOARCH=mips64{,le}, whether to use floating point instructions. // For GOARCH=mips64{,le}, whether to use floating point instructions.
// Valid values are hardfloat (default), softfloat. // Valid values are hardfloat (default), softfloat.
// //
// Special-purpose environment variables: // Special-purpose environment variables:
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment