Pakket: golang-github-sanity-io-litter-dev (1.5.1-1)
Verwijzigingen voor golang-github-sanity-io-litter-dev
Trisquel bronnen:
Het bronpakket golang-github-sanity-io-litter downloaden:
- [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]
Beheerder:
Original Maintainers:
- Debian Go Packaging Team
- Anthony Fok
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
- 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.
Andere aan golang-github-sanity-io-litter-dev gerelateerde pakketten
|
|
|
-
- dep: golang-github-stretchr-testify-dev
- sacred extension to the standard Go testing package