mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-05 14:17:36 +03:00
Update deps
This commit is contained in:
parent
f033bb3034
commit
5a091c6da4
1997 changed files with 368830 additions and 2045 deletions
7
vendor/github.com/powerman/check/doc.go
generated
vendored
7
vendor/github.com/powerman/check/doc.go
generated
vendored
|
@ -79,6 +79,11 @@
|
|||
//
|
||||
// t.Must(t.Nil(err))
|
||||
//
|
||||
// ★ You can turn all checks into assertions to stop test immediately:
|
||||
//
|
||||
// t = t.MustAll()
|
||||
// t.Nil(err)
|
||||
//
|
||||
// ★ You can provide extra description to each check:
|
||||
//
|
||||
// t.Equal(got, want, "Just msg: will Print(), % isn't special")
|
||||
|
@ -110,7 +115,9 @@
|
|||
//
|
||||
// There are few special functions (assertion, custom checkers, etc.).
|
||||
//
|
||||
// Error
|
||||
// Must
|
||||
// MustAll
|
||||
// Should
|
||||
// TODO
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue