ansi:小型快速的库用于创建ANSI彩色的字符串和代码。 [去golang] 源码
安西 软件包ansi是一个小型快速库,用于创建ANSI彩色字符串和代码。 安装 得到它 go get -u github.com/mgutz/ansi 例 import "github.com/mgutz/ansi" // colorize a string, SLOW msg := ansi . Color ( "foo" , "red+b:white" ) // create a FAST closure function to avoid computation of ANSI code phosphorize := ansi . ColorFunc ( "green+h:black"
文件列表
ansi-master.zip
(预估有个8文件)
ansi-master
ansi.go
5KB
cmd
ansi-mgutz
main.go
3KB
ansi_test.go
1KB
doc.go
1KB
LICENSE
1KB
.gitignore
7B
README.md
2KB
暂无评论