1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-28 06:03:43 +00:00

Patch vendored version of stretchr to use latest go-spew

This commit is contained in:
Nick Craig-Wood
2016-11-19 10:35:00 +00:00
parent e19b30bd26
commit 8b82cc7073

View File

@@ -1057,7 +1057,5 @@ func diff(expected interface{}, actual interface{}) string {
var spewConfig = spew.ConfigState{
Indent: " ",
DisablePointerAddresses: true,
DisableCapacities: true,
SortKeys: true,
}