Updated docs that go run does not return the exit code of
the compiled binary.
Fixes #23716
Change-Id: Ib85459974c4c6d2760ddba957ef711628098661f
Reviewed-on: https://go-review.googlesource.com/94795
Reviewed-by: Ian Lance Taylor <iant@golang.org>
// cross-compiled programs when a simulator or other execution method is
// available.
//
+// The exit status of Run is not the exit status of the compiled binary.
+//
// For more about build flags, see 'go help build'.
//
// See also: go build.
cross-compiled programs when a simulator or other execution method is
available.
+The exit status of Run is not the exit status of the compiled binary.
+
For more about build flags, see 'go help build'.
See also: go build.