An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.0% on proxy.golang.org

proxy.golang.org : github.com/mark-summerfield/go-diff

Differ is a package for finding the differences between two sequences. Differ uses a sequence matcher based on a slightly simplified version of Python's difflib sequence matcher. Thanks to generics Differ can compare any two slices of comparables. (Although comparing float sequences is not recommended.) And using a key function it can also compare two slices of structs. See New for how to create a Differ value and NewKeyFn for how to create a DifferKeyFn value which can be used to compare sequences of structs. Deprecated: Use [Diff2](https://github.com/mark-summerfield/diff2) instead.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/mark-summerfield/go-diff
License: Apache-2.0
Latest release: over 2 years ago
First release: over 2 years ago
Namespace: github.com/mark-summerfield
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 17 days ago

    Loading...
    Readme
    Loading...