套件: golang-github-sanity-io-litter-dev (1.5.1-1)
golang-github-sanity-io-litter-dev 的相關超連結
Trisquel 的資源:
下載原始碼套件 golang-github-sanity-io-litter:
- [golang-github-sanity-io-litter_1.5.1-1.dsc]
- [golang-github-sanity-io-litter_1.5.1.orig.tar.gz]
- [golang-github-sanity-io-litter_1.5.1-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Go Packaging Team
- Anthony Fok
外部的資源:
- 主頁 [github.com]
相似套件:
- golang-github-davecgh-go-spew-dev
- golang-github-kr-pretty-dev
- libtest-base-perl
- golang-gopkg-check.v1-dev
- golang-github-tidwall-pretty-dev
- golang-gopkg-h2non-gock.v1-dev
- golang-github-smartystreets-gunit-dev
- golang-lukechampine-blake3-dev
- golang-github-viant-assertly-dev
- golang-github-jacobsa-ogletest-dev
- libdata-format-html-perl
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