Binary package “golang-github-d4l3k-messagediff-dev” in ubuntu oracular

library for doing diffs of arbitrary Golang structs

 messagediff is a library for doing diffs of arbitrary Golang structs. If the
 unsafe package is available messagediff will diff unexported fields in
 addition to exported fields. This is primarily used for testing purposes as
 it allows for providing informative error messages.