Documentation
¶
Overview ¶
Package term provides terminal color utilities using ANSI escape codes.
Index ¶
Constants ¶
View Source
const ( Reset = "\033[0m" Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Blue = "\033[34m" Purple = "\033[35m" Cyan = "\033[36m" White = "\033[37m" Bold = "\033[1m" )
ANSI color codes
Variables ¶
This section is empty.
Functions ¶
func YellowText ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.