安西 软件包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"
2021-02-06 19:07:37 7KB go terminal ansi-colors TerminalGo
1