Versions in this module Expand all Collapse all v0 v0.0.0 Aug 1, 2022 Changes in this version + func Diff(original interface{}, current interface{}) (diff interface{}, err error) + type DiffOp struct + Op string + Path string + PrevValue interface{} + Value interface{}