Registry / testing / d4l3k-messagediff-v1

d4l3k-messagediff-v1

JSON →
library1.2.1gogounverified

A library for computing the differences between two Go data structures, useful for testing and debugging.

go get gopkg.in/d4l3k/messagediff.v1
INSTALL
IMPORT
SIG · D4L3K-MESSAGEDIFF-
D
d4l3k-messagediff-v1
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
gopkg.in/d4l3k/messagediff.v1

Compares two strings and prints the diff.

package main import ( "fmt" "gopkg.in/d4l3k/messagediff.v1" ) func main() { diff, equal := messagediff.PrettyDiff("hello", "world") fmt.Println(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-v1 — go get d4l3k-messagediff-v1 · libregistry