var testing.testlog
8 uses
testing (current package)
testing.go#L301: testlog = flag.String("test.testlogfile", "", "write test action log to `file` (for use only by cmd/go)")
testing.go#L328: testlog *string
testing.go#L1566: if *testlog != "" {
testing.go#L1572: f, err = os.Create(*testlog)
testing.go#L1574: f, err = os.OpenFile(*testlog, os.O_WRONLY, 0)
testing.go#L1606: if *testlog != "" {
testing.go#L1608: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)
testing.go#L1612: fmt.Fprintf(os.Stderr, "testing: can't write %s: %s\n", *testlog, err)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |