写命令行程序时,希望输出不是单一的颜色,实际上,Linux 这样的系统中,有不少命令输出是有颜色的。那么 Go 编写的程序能做到吗?
事实上,已经有这样的第三方库可以使用:
1、[github.com/fatih/color](https://github.com/fatih/color)
![enter image description here][1]
2、[github.com/aybabtme/rgbterm](https://github.com/aybabtme/rgbterm)
![enter image description here][2]
3、[github.com/daviddengcn/go-colortext](https://github.com/daviddengcn/go-colortext)
欢迎大家总结使用经验。
[1]: http://studygolang.qiniudn.com/ansi_color.png?imageView2/0/w/296/h/200
[2]: http://studygolang.qiniudn.com/ansi_color2.png?imageView2/0/w/396/h/200
有疑问加站长微信联系(非本文作者)