package
0.0.35
Repository: https://github.com/otkinlife/go_tools.git
Documentation: pkg.go.dev

# README

用于输出各种颜色的字符串

基于 github.com/fatih/color

仅限于命令行窗口渲染

安装

go get -u github.com/otkinlife/go_tools/color_string

使用方法

fmt.Println(color_string.Red("This is red!"))

# Variables

Black 黑色.
Blue 蓝色.
Cyan 青色.
Green 绿色.
HiGreen 亮绿色.
HiRed 亮红色.
HiYellow 亮黄色.
Magenta 洋红色.
Red 红色.
White 白色.
Yellow 黄色.