aboutsummaryrefslogtreecommitdiffstats
path: root/utils/difftree
Commit message (Collapse)AuthorAgeFilesLines
* remove old utils/difftree package. (#74)Santiago M. Mola2016-08-302-598/+0
| | | Implementation is now in tree_diff.go.
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-1/+1
|
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-3/+4
|
* fix tests and examplesMáximo Cuadros2016-08-141-2/+4
|
* v3 -> v4Máximo Cuadros2016-08-112-5/+5
|
* add simple difftree implementation (#63)Alberto Cortés2016-08-052-0/+595
* add simple difftree implementation * strings.Compare needs at least go1.5