[ 原始碼: golang-github-sanity-io-litter ]
套件:golang-github-sanity-io-litter-dev(1.5.5-1)
golang-github-sanity-io-litter-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-sanity-io-litter:
- [golang-github-sanity-io-litter_1.5.5-1.dsc]
- [golang-github-sanity-io-litter_1.5.5.orig.tar.gz]
- [golang-github-sanity-io-litter_1.5.5-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