Go library to apply RFC6902 patches and create and apply RFC7386 patches
Description
Jsonpatch is a library which provides functionallity for both applying RFC6902
JSON patches against documents, as well as for calculating & applying RFC7396
JSON merge patches.
This package provides symbolic links that alias the following Go import paths to
github.com/evanphx/json-patch:
– gopkg.in/evanphx/json-patch.v5
Aliasing Go import paths via symbolic links or http redirects is fragile. If
your Go code depends on this package, you should patch it to import directly
github.com/evanphx/json-patch.