[ 原始碼: golang-github-alecthomas-assert ]
套件:golang-github-alecthomas-assert-dev(0.0~git20170929.405dbfe-1.1)
golang-github-alecthomas-assert-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-alecthomas-assert:
- [golang-github-alecthomas-assert_0.0~git20170929.405dbfe-1.1.dsc]
- [golang-github-alecthomas-assert_0.0~git20170929.405dbfe.orig.tar.xz]
- [golang-github-alecthomas-assert_0.0~git20170929.405dbfe-1.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