Versions in this module Expand all Collapse all v1 v1.14.4 Jul 14, 2022 Changes in this version + var Stderr io.Writer = os.Stderr + var Stdout io.Writer = os.Stdout + func AddPrefix(ctx context.Context, prefix string) context.Context + func Error(ctx context.Context, arg any) + func Errorf(ctx context.Context, format string, args ...any) + func HasNewline(ctx context.Context) bool + func Notice(ctx context.Context, arg any) + func Noticef(ctx context.Context, format string, args ...any) + func OK(ctx context.Context, arg any) + func OKf(ctx context.Context, format string, args ...any) + func Prefix(ctx context.Context) string + func Print(ctx context.Context, arg any) + func Printf(ctx context.Context, format string, args ...any) + func Warning(ctx context.Context, arg any) + func Warningf(ctx context.Context, format string, args ...any) + func WithNewline(ctx context.Context, nl bool) context.Context + func WithPrefix(ctx context.Context, prefix string) context.Context + type Secret string + func (s Secret) SafeStr() string