Documentation ¶
Index ¶
- Constants
- func Colorize(color, s string) string
- func InBlue(s string) string
- func InBold(s string) string
- func InBoldBlue(s string) string
- func InBoldCyan(s string) string
- func InBoldGray(s string) string
- func InBoldGreen(s string) string
- func InBoldPurple(s string) string
- func InBoldRed(s string) string
- func InBoldWhite(s string) string
- func InBoldYellow(s string) string
- func InCyan(s string) string
- func InGray(s string) string
- func InGreen(s string) string
- func InPurple(s string) string
- func InRed(s string) string
- func InWhite(s string) string
- func InYellow(s string) string
Constants ¶
View Source
const ( Reset = "\033[0m" Bold = "\033[1m" Red = "\033[31m" Green = "\033[32m" Yellow = "\033[33m" Blue = "\033[34m" Purple = "\033[35m" Cyan = "\033[36m" Gray = "\033[37m" White = "\033[97m" BoldRed = "\033[1;31m" BoldGreen = "\033[1;32m" BoldYellow = "\033[1;33m" BoldBlue = "\033[1;34m" BoldPurple = "\033[1;35m" BoldCyan = "\033[1;36m" BoldGray = "\033[1;37m" BoldWhite = "\033[1;97m" )
Variables ¶
This section is empty.
Functions ¶
func InBoldBlue ¶
func InBoldCyan ¶
func InBoldGray ¶
func InBoldGreen ¶
func InBoldPurple ¶
func InBoldWhite ¶
func InBoldYellow ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.