mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-06 06:37:36 +03:00
Update deps
This commit is contained in:
parent
beb002335f
commit
a47f7fe750
1943 changed files with 7896 additions and 330590 deletions
3
vendor/github.com/powerman/check/dump.go
generated
vendored
3
vendor/github.com/powerman/check/dump.go
generated
vendored
|
@ -64,10 +64,11 @@ func (v dump) diff(expected dump) string {
|
|||
// - string: use this instead of quoted single-line:
|
||||
// - valid utf8: don't quote ", show multiline strings on separate lines
|
||||
// - invalid utf8: use hexdump like for []byte
|
||||
//
|
||||
// - []byte: same as string instead of hexdump for valid utf8
|
||||
// - []rune: use quoted char instead of number for valid runes in list
|
||||
// - json.RawMessage: indent, then same as string.
|
||||
func newDump(i interface{}) (d dump) { //nolint:gocyclo,gocognit,funlen,cyclop // By design.
|
||||
func newDump(i any) (d dump) { //nolint:gocyclo,gocognit,funlen,cyclop // By design.
|
||||
d.dump = spewCfg.Sdump(i)
|
||||
|
||||
if i == nil {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue