func golang.org/x/pkgsite/internal/log.Info
5 uses
golang.org/x/pkgsite/internal/log (current package)
log.go#L204: func Info(ctx context.Context, arg interface{}) { doLog(ctx, logging.Info, arg) }
golang.org/x/pkgsite/internal/middleware
requestlog.go#L38: log.Info(context.Background(), msg.String())
golang.org/x/pkgsite/internal/worker
server.go#L289: log.Info(r.Context(), msg)
golang.org/x/pkgsite/cmd/frontend
main.go#L68: log.Info(ctx, "BYPASSING LICENSE CHECKING: DISPLAYING NON-REDISTRIBUTABLE INFORMATION")
golang.org/x/pkgsite/cmd/prober
main.go#L324: log.Info(ctx, "metrics exported to StackDriver")
![]() |
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. |