Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balena-os/librsync-go
Pure Go implementation of librsync/rdiff
https://github.com/balena-os/librsync-go
Last synced: about 1 month ago
JSON representation
Pure Go implementation of librsync/rdiff
- Host: GitHub
- URL: https://github.com/balena-os/librsync-go
- Owner: balena-os
- License: apache-2.0
- Created: 2017-07-04T08:46:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T17:18:31.000Z (8 months ago)
- Last Synced: 2024-06-19T00:29:02.994Z (6 months ago)
- Language: Go
- Size: 2.62 MB
- Stars: 28
- Watchers: 3
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# librsync-go
librsync-go is a reimplementation of [librsync](https://github.com/librsync/librsync) in Go.
## Installing
To install the rdiff utility:
```sh
go install github.com/balena-os/librsync-go/cmd/rdiff
```To use it as a library simply include `github.com/balena-os/librsync-go` in your import statement
## Contributing
If you're interested in contributing, that's awesome!
### Pull requests
Here's a few guidelines to make the process easier for everyone involved.
- We use [Versionist](https://github.com/product-os/versionist) to manage
versioning (and in particular, [semantic versioning](https://semver.org)) and
generate the changelog for this project.
- At least one commit in a PR should have a `Change-Type: type` footer, where
`type` can be `patch`, `minor` or `major`. The subject of this commit will be
added to the changelog.
- Commits should be squashed as much as makes sense.
- Commits should be signed-off (`git commit -s`)