[ 源代码: golang-github-alecthomas-assert ]
软件包:golang-github-alecthomas-assert-dev(2.7.0-1)
golang-github-alecthomas-assert-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-alecthomas-assert:
- [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]
维护小组:
外部的资源:
- 主页 [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)