[ 源代码: golang-pretty ]
软件包:golang-github-kr-pretty-dev(0.3.0-1~bpo11+1)
golang-github-kr-pretty-dev 的相关链接
Debian 的资源:
下载源码包 golang-pretty:
- [golang-pretty_0.3.0-1~bpo11+1.dsc]
- [golang-pretty_0.3.0.orig.tar.gz]
- [golang-pretty_0.3.0-1~bpo11+1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Pretty printing for Go values
Go library package github.com/kr/pretty provides pretty-printing for Go values. This is useful during debugging, to avoid wrapping long output lines in the terminal.
It provides a function, Formatter, that can be used with any function that accepts a format string. It also provides convenience wrappers for functions in packages fmt and log.
其他与 golang-github-kr-pretty-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-kr-text-dev (>= 0.2.0)
- Go package for manipulating paragraphs of text
-
- dep: golang-github-rogpeppe-go-internal-dev (>= 1.6.1)
- Selected Go-internal packages factored out from the standard library