func golang.org/x/pkgsite/internal/log.logf
6 uses
golang.org/x/pkgsite/internal/log (current package)
log.go#L175: logf(ctx, logging.Info, format, args)
log.go#L180: logf(ctx, logging.Warning, format, args)
log.go#L185: logf(ctx, logging.Error, format, args)
log.go#L190: logf(ctx, logging.Debug, format, args)
log.go#L195: logf(ctx, logging.Critical, format, args)
log.go#L199: func logf(ctx context.Context, s logging.Severity, format string, args []interface{}) {
 |
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. |