https://github.com/charlesvdv/go-three-way-merge
A library to perform three-way merge in Go
https://github.com/charlesvdv/go-three-way-merge
golang library merge three-way-merge
Last synced: 6 months ago
JSON representation
A library to perform three-way merge in Go
- Host: GitHub
- URL: https://github.com/charlesvdv/go-three-way-merge
- Owner: charlesvdv
- License: mit
- Created: 2018-05-21T15:38:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T06:22:21.000Z (about 8 years ago)
- Last Synced: 2024-06-20T19:21:28.948Z (about 2 years ago)
- Topics: golang, library, merge, three-way-merge
- Language: Go
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-three-way-merge
[](https://godoc.org/github.com/charlesvdv/go-three-way-merge)
[](https://travis-ci.org/charlesvdv/go-three-way-merge)
[](https://coveralls.io/github/charlesvdv/go-three-way-merge?branch=master)
[](https://goreportcard.com/report/github.com/charlesvdv/go-three-way-merge)
A library performing three-way merge on unstructured data (mostly texts).
For more information about three-way merging, check
[information here](https://en.wikipedia.org/wiki/Merge_(version_control)#Three-way_merge).