package color

Import Path
	go.uber.org/zap/internal/color (on go.dev)

Dependency Relation
	imports one package, and imported by one package

Involved Source Files Package color adds coloring functionality for TTY output.
Package-Level Type Names (only one, which is exported)
/* sort exporteds by: | */
Color represents a text color. Add adds the coloring to the given string. const Black const Blue const Cyan const Green const Magenta const Red const White const Yellow
Package-Level Constants (total 8, all are exported)
Foreground colors.
Foreground colors.
Foreground colors.
Foreground colors.
Foreground colors.
Foreground colors.
Foreground colors.
Foreground colors.