func golang.org/x/pkgsite/internal/log.Fatalf
20 uses
golang.org/x/pkgsite/internal/log (current package)
log.go#L194: func Fatalf(ctx context.Context, format string, args ...interface{}) {
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L132: log.Fatalf(ctx, "error creating view exporter: %v", err)
dcensus.go#L149: log.Fatalf(ctx, "error creating trace exporter: %v", err)
golang.org/x/pkgsite/internal/licenses
licenses.go#L218: log.Fatalf(context.Background(), "%s is an exception type that is not redistributable.", t)
licenses.go#L289: log.Fatalf(context.Background(), "licensecheck.NewScanner: %v", err)
golang.org/x/pkgsite/internal/worker
server.go#L679: log.Fatalf(context.Background(), "time.LoadLocation: %v", err)
golang.org/x/pkgsite/cmd/frontend
main.go#L57: log.Fatalf(ctx, "profiler.Start: %v", err)
main.go#L91: log.Fatalf(ctx, "%v", err)
main.go#L104: log.Fatalf(ctx, "queue.New: %v", err)
main.go#L129: log.Fatalf(ctx, "frontend.NewServer: %v", err)
golang.org/x/pkgsite/cmd/pkgsite
main.go#L63: log.Fatalf(ctx, "frontend.NewServer: %v", err)
main.go#L94: log.Fatalf(ctx, "failed to load module(s) at %s", pathList)
golang.org/x/pkgsite/cmd/prober
main.go#L158: log.Fatalf(context.Background(), "duplicate probe name %q", p.Name)
main.go#L244: log.Fatalf(ctx, "view.Register: %v", err)
golang.org/x/pkgsite/cmd/worker
main.go#L60: log.Fatalf(ctx, "profiler.Start: %v", err)
main.go#L68: log.Fatalf(ctx, "%v", err)
main.go#L95: log.Fatalf(ctx, "queue.New: %v", err)
main.go#L227: log.Fatalf(ctx, "missing reason in %s, line %q", filename, line)
main.go#L231: log.Fatalf(ctx, "db.IsExcluded(%q): %v", prefix, err)
main.go#L235: log.Fatalf(ctx, "db.InsertExcludedPrefix(%q, %q, %q): %v", prefix, user, reason, 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. |