testing.common.tempDirErr (field)
5 uses
testing (current package)
testing.go#L418: tempDirErr error
testing.go#L944: c.tempDir, c.tempDirErr = os.MkdirTemp("", pattern)
testing.go#L945: if c.tempDirErr == nil {
testing.go#L955: if c.tempDirErr != nil {
testing.go#L956: c.Fatalf("TempDir: %v", c.tempDirErr)
![]() |
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. |