https://github.com/octopusdeploy/go-octodiff
| Public | 100% Go implementation of remote delta compression based on the rsync algorithm (based on C# OctoDiff)
https://github.com/octopusdeploy/go-octodiff
Last synced: 9 days ago
JSON representation
| Public | 100% Go implementation of remote delta compression based on the rsync algorithm (based on C# OctoDiff)
- Host: GitHub
- URL: https://github.com/octopusdeploy/go-octodiff
- Owner: OctopusDeploy
- License: other
- Created: 2023-03-29T01:23:13.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T20:54:19.000Z (9 months ago)
- Last Synced: 2025-06-30T19:04:00.835Z (8 months ago)
- Language: Go
- Size: 39.1 KB
- Stars: 1
- Watchers: 5
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-octodiff is a port of Octopus Deploy's C# [OctoDiff implementation](https://github.com/OctopusDeploy/OctoDiff) to Go.
Please see the C# implementation for more information