mirror of https://github.com/rclone/rclone.git
Patch vendored version of stretchr to use latest go-spew
This commit is contained in:
parent
e19b30bd26
commit
8b82cc7073
|
@ -1056,8 +1056,6 @@ func diff(expected interface{}, actual interface{}) string {
|
||||||
}
|
}
|
||||||
|
|
||||||
var spewConfig = spew.ConfigState{
|
var spewConfig = spew.ConfigState{
|
||||||
Indent: " ",
|
Indent: " ",
|
||||||
DisablePointerAddresses: true,
|
SortKeys: true,
|
||||||
DisableCapacities: true,
|
|
||||||
SortKeys: true,
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue