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!"))