文件名称:颜色:Go彩色包装(golang)
文件大小:1.46MB
文件格式:ZIP
更新时间:2024-02-25 04:52:41
go golang color ansi coloring
颜色 颜色使您可以按照Go(Golang)中的使用彩色输出。 它也支持Windows! 该API有多种使用方式,请选择一种适合您的方式。 安装 go get github.com/fatih/color 例子 标准色 // Print with default helper functions color . Cyan ( "Prints text in cyan." ) // A newline will be appended automatically color . Blue ( "Prints %s in blue." , "text" ) // These are using t