testing.common.Fatalf (method)
6 uses
testing (current package)
testing.go#L813: func (c *common) Fatalf(format string, args ...interface{}) {
testing.go#L930: c.Fatalf("TempDir: %v", err)
testing.go#L956: c.Fatalf("TempDir: %v", c.tempDirErr)
testing.go#L961: c.Fatalf("TempDir: %v", err)
golang.org/x/pkgsite/internal/index
test_helper.go#L30: t.Fatalf("error parsing limit parameter: %v", err)
golang.org/x/pkgsite/internal/postgres
test_helper.go#L129: t.Fatalf("error resetting test DB: %v", 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. |