[ bianca ]
[ 原始碼: golang-github-alecthomas-assert ]
套件:golang-github-alecthomas-assert-dev(2.10.0-1)
golang-github-alecthomas-assert-dev 的相關連結
下載原始碼套件 golang-github-alecthomas-assert:
- [golang-github-alecthomas-assert_2.10.0-1.debian.tar.xz]
- [golang-github-alecthomas-assert_2.10.0-1.dsc]
- [golang-github-alecthomas-assert_2.10.0.orig.tar.gz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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)
其他與 golang-github-alecthomas-assert-dev 有關的套件
|
|
|
|
-
- 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)