[ Bron: golang-github-alecthomas-assert ]
Pakket: golang-github-alecthomas-assert-dev (2.7.0-1)
Verwijzigingen voor golang-github-alecthomas-assert-dev
Debian bronnen:
Het bronpakket golang-github-alecthomas-assert downloaden:
- [golang-github-alecthomas-assert_2.7.0-1.dsc]
- [golang-github-alecthomas-assert_2.7.0.orig.tar.gz]
- [golang-github-alecthomas-assert_2.7.0-1.debian.tar.xz]
Beheerders:
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
simple assertion library using Go generics
This library is inspired by testify/require, but with a significantly reduced API surface based on empirical use of that package.
It also provides much nicer diff output, e.g.
=== RUN TestFail assert_test.go:14: Expected values to be equal: assert.Data{ - Str: "foo", + Str: "far", Num: 10, } --- FAIL: TestFail (0.00s)
Andere aan golang-github-alecthomas-assert-dev gerelateerde pakketten
|
|
|
|
-
- dep: golang-github-alecthomas-repr-dev (>= 0.4.0)
- Python's repr() for Go
-
- dep: golang-github-hexops-gotextdiff-dev (>= 1.0.3)
- Unified text diffing in Go (copy of gopls internal diffing)