[ 源代码: golang-github-alecthomas-assert ]
软件包:golang-github-alecthomas-assert-dev(0.0~git20170929.405dbfe-1)
golang-github-alecthomas-assert-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-alecthomas-assert:
- [golang-github-alecthomas-assert_0.0~git20170929.405dbfe-1.dsc]
- [golang-github-alecthomas-assert_0.0~git20170929.405dbfe.orig.tar.xz]
- [golang-github-alecthomas-assert_0.0~git20170929.405dbfe-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Fork of stretchr/testify/assert that uses FailNow()
This is a fork of stretchr's assertion library that does two things:
1. It makes spotting differences in equality much easier. It uses
github.com/alecthomas/repr and github.com/sergi/go-diff/diffmatchpatch to display structural differences in colour.2. Aborts tests on first assertion failure (the same behaviour as
stretchr/testify/require).
其他与 golang-github-alecthomas-assert-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-alecthomas-colour-dev
- Quake-style colour formatting for Unix terminals
-
- dep: golang-github-alecthomas-repr-dev
- Python's repr() for Go
-
- dep: golang-github-sergi-go-diff-dev
- Diff, match and patch text in Go