https://github.com/mibk/diff
package for producing edit scripts
https://github.com/mibk/diff
diff equality go golang golang-library
Last synced: 10 months ago
JSON representation
package for producing edit scripts
- Host: GitHub
- URL: https://github.com/mibk/diff
- Owner: mibk
- License: mit
- Created: 2018-07-17T20:43:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T20:47:07.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T02:05:17.406Z (over 1 year ago)
- Topics: diff, equality, go, golang, golang-library
- Language: Go
- Size: 10.7 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# diff
Package diff implements methods for comparing objects and producing
edit scripts. The motivation to create the package was to be able
to use the diff output format in tests where the output of
[go-cmp](https://github.com/google/go-cmp) wasn't suitable. It
isn't optimized for performance and as of now, it is a non-goal.
[See the package documentation for more information](https://godoc.org/github.com/mibk/diff).
## Instalation
```
$ go get github.com/mibk/diff
```