pp:Go语言的彩色漂亮打印机

时间:2024-05-19 12:04:03
【文件属性】:

文件名称:pp:Go语言的彩色漂亮打印机

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-19 12:04:03

Go

pp Go语言的彩色漂亮打印机 用法 只需调用pp.Print() 。 import "github.com/k0kubun/pp" m := map [ string ] string { "foo" : "bar" , "hello" : "world" } pp . Print ( m ) 原料药 提供了类似fmt包的功能。 pp . Print () pp . Println () pp . Sprint () pp . Fprintf () // ... 您还可以创建自己的实例,这些实例不会干扰默认打印机: mypp := pp . New () mypp . SetOutput ( os . Stderr ) mypp . Println () // ... 自定义颜色 如果需要,可以更改语法突出显示的颜色(全部或部分): // Create a struct de


【文件预览】:
pp-master
----sort.go(2KB)
----go.mod(159B)
----.github()
--------FUNDING.yml(16B)
--------workflows()
----go.sum(899B)
----LICENSE.txt(1KB)
----color_test.go(945B)
----printer_test.go(8KB)
----pp_test.go(4KB)
----color.go(2KB)
----README.md(2KB)
----printer.go(12KB)
----pp.go(8KB)
----CHANGELOG.md(7KB)

网友评论