[ 源代码: golang-github-sanity-io-litter ]
软件包:golang-github-sanity-io-litter-dev(1.1.0 git20171129.f8fd6a5-1)
golang-github-sanity-io-litter-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-sanity-io-litter:
- [golang-github-sanity-io-litter_1.1.0 git20171129.f8fd6a5-1.dsc]
- [golang-github-sanity-io-litter_1.1.0 git20171129.f8fd6a5.orig.tar.xz]
- [golang-github-sanity-io-litter_1.1.0 git20171129.f8fd6a5-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-davecgh-go-spew-dev
- golang-github-kr-pretty-dev
- libtest-base-perl
- golang-github-tidwall-pretty-dev
- golang-gopkg-h2non-gock.v1-dev
- golang-github-smartystreets-gunit-dev
- golang-gopkg-check.v1-dev
- golang-github-mmarkdown-mmark-dev
- golang-github-rodaine-table-dev
- golang-github-adamkorcz-go-fuzz-headers-1-dev
- golang-github-go-viper-mapstructure-dev
Pretty printer library for Go data structures to aid in debugging and testing
Litter is a pretty printer library for Go data structures to aid in debugging and testing.
It's named for the fact that it outputs literals, which you litter your output with. As a side benefit, all Litter output is compilable Go. You can use Litter to emit data during debug, and it's also really nice for "snapshot data" in unit tests, since it produces consistent, sorted output.
Litter was inspired by Spew (https://github.com/davecgh/go-spew), but focuses on terseness and readability.
其他与 golang-github-sanity-io-litter-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package