import "github.com/yuta-yoshinaga/go_trumpcards/internal/color"func Bold(s string) stringBold wraps s with bold ANSI code.
func BoldYellow(s string) stringBoldYellow wraps s with bold yellow ANSI code.
func Green(s string) stringGreen wraps s with green ANSI color code.
func NoColor() boolNoColor reports whether color output is disabled.
func Red(s string) stringRed wraps s with red ANSI color code.
func SetNoColor(v bool)SetNoColor sets whether color output is disabled. When true, callers should suppress ANSI color escape codes.
func Yellow(s string) stringYellow wraps s with yellow ANSI color code.
Generated by gomarkdoc