aboutsummaryrefslogtreecommitdiffstats
path: root/utils/binary/read_test.go
Commit message (Collapse)AuthorAgeFilesLines
* format/diff: unified diff encoder and public APIAntonio Jesus Navarro Perez2017-05-231-0/+24
| | | | | | | | | - Added Patch interface - Added a Unified Diff encoder from Patches - Added Change method to generate Patches - Added Changes method to generate Patches - Added Tree method to generate Patches - Added Commit method to generate Patches
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-2/+2
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* utils: fs, new memory filesystem (#108)Máximo Cuadros2016-11-041-1/+1
| | | | | | | | * utils: fs, new memory filesystem * utils: fs, renamed os.NewOS to os.New * utils: fs, memory changes requested by @alcortes
* utils: binary, new package that collect all the spare helper functions about ↵Máximo Cuadros2016-10-311-0/+87
binary operations (#102)