1 Star 0 Fork 0

cmx490 / color

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
color_not_win.go 313 Bytes
一键复制 编辑 原始数据 按行查看 历史
inhere 提交于 2018-08-24 00:28 . update readme. add more tests
// The method in the file has no effect
// Only for compatibility with non-Windows systems
// +build !windows
package color
func winSet(_ ...Color) (n int, err error) {
return
}
func winReset() (n int, err error) {
return
}
func winPrint(_ string, _ ...Color) {}
func winPrintln(_ string, _ ...Color) {}
1
https://gitee.com/cmx490/color.git
git@gitee.com:cmx490/color.git
cmx490
color
color
v1.1.6

搜索帮助