pkg/diff
GitHub: pkg/diff
Stars: 102 | Forks: 7
# diff [](http://godoc.org/github.com/pkg/diff)
Module github.com/pkg/diff can be used to create, modify, and print diffs.
The top level package, `diff`, contains convenience functions for the most common uses.
The subpackages provide very fine-grained control over every aspect:
* `myers` creates diffs using the Myers diff algorithm.
* `edit` contains the core diff data types.
* `ctxt` provides tools to reduce the amount of context in a diff.
* `write` provides routines to write diffs in standard formats.
License: BSD 3-Clause.
标签:EVTX分析