# README
用于输出各种颜色的字符串
基于 github.com/fatih/color
仅限于命令行窗口渲染
安装
go get -u github.com/otkinlife/go_tools/color_string
使用方法
fmt.Println(color_string.Red("This is red!"))
基于 github.com/fatih/color
仅限于命令行窗口渲染
go get -u github.com/otkinlife/go_tools/color_string
fmt.Println(color_string.Red("This is red!"))