mirror of
https://github.com/rclone/rclone.git
synced 2025-06-14 08:57:46 +02:00
Patch vendored version of stretchr to use latest go-spew
This commit is contained in:
parent
34b9ac8a5d
commit
716ce49ce9
2
vendor/github.com/stretchr/testify/assert/assertions.go
generated
vendored
2
vendor/github.com/stretchr/testify/assert/assertions.go
generated
vendored
@ -1057,7 +1057,5 @@ func diff(expected interface{}, actual interface{}) string {
|
|||||||
|
|
||||||
var spewConfig = spew.ConfigState{
|
var spewConfig = spew.ConfigState{
|
||||||
Indent: " ",
|
Indent: " ",
|
||||||
DisablePointerAddresses: true,
|
|
||||||
DisableCapacities: true,
|
|
||||||
SortKeys: true,
|
SortKeys: true,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user