# HG changeset patch # User Mikael Berthe # Date 1539524668 -7200 # Node ID 7f9cdb9d166dd3a65f6be171a6f1e2f4443998ea # Parent 24ca1bf4a0bfc73b6464dfa4a323ef5a69dd41f4 JSON output: NumberOfSets was not set diff -r 24ca1bf4a0bf -r 7f9cdb9d166d goduf.go --- a/goduf.go Sun Oct 14 15:33:53 2018 +0200 +++ b/goduf.go Sun Oct 14 15:44:28 2018 +0200 @@ -529,6 +529,7 @@ } results.Groups = append(results.Groups, newSet) } + results.NumberOfSets = uint(len(results.Groups)) results.RedundantDataSizeH = formatSize(results.RedundantDataSize, true) results.TotalFileCount = data.cmpt