Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for showStdout (0.4 sec)

  1. src/cmd/go/internal/work/buildid.go

    					// If it doesn't work, it doesn't work: reusing the cached binary is more
    					// important than reprinting diagnostic information.
    					if printOutput {
    						showStdout(b, c, a, "stdout")      // compile output
    						showStdout(b, c, a, "link-stdout") // link output
    					}
    
    					// Poison a.Target to catch uses later in the build.
    					a.Target = "DO NOT USE - main build pseudo-cache Target"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
Back to top