Registry / testing / d4l3k-messagediff

d4l3k-messagediff

JSON →
library1.2.1gogounverified

A Go library for computing the differences between two data structures.

go get github.com/d4l3k/messagediff
INSTALL
IMPORT
SIG · D4L3K-MESSAGEDIFF
D
d4l3k-messagediff
testinggov1.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

messagediff
github.com/d4l3k/messagediff

Compares two strings and prints the difference.

package main import ( "fmt" "github.com/d4l3k/messagediff" ) func main() { diff, equal := messagediff.PrettyDiff("hello", "world") fmt.Printf("Equal: %v, Diff: %s\n", equal, diff) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
d4l3k-messagediff — go get d4l3k-messagediff · libregistry