Go库,用于表示和应用补丁以修改现有的Go结构-Golang开发

时间:2024-06-15 11:36:45
【文件属性】:

文件名称:Go库,用于表示和应用补丁以修改现有的Go结构-Golang开发

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-15 11:36:45

Golang Miscellaneous

patchstructure patchstructure是一个Go库,用于应用补丁来修改现有的Go结构。 patchstructure基于JSON Patch(RFC 6902),但适用于Go结构而不是JSON对象。 patchstr patchstructure修补程序结构的目标是一个Go库,用于应用修补程序来修改现有的Go结构。 patchstructure基于JSON Patch(RFC 6902),但适用于Go结构而不是JSON对象。 补丁结构的目标是提供一个单一的API和格式,以表示和应用对Go结构的更改。 使用此功能,可以表示结构之间的差异,可以将对结构的更改视为对数,等等。功能应用“补丁”以执行一组操作。


【文件预览】:
patchstructure-master
----.travis.yml(108B)
----patch_examples_test.go(534B)
----operation.go(3KB)
----operation_move.go(1KB)
----operation_test.go(8KB)
----patch.go(1KB)
----patch_test.go(1KB)
----operation_copy.go(1KB)
----operation_add.go(3KB)
----README.md(2KB)
----operation_test_impl.go(680B)
----operation_remove.go(602B)
----operation_replace.go(607B)

网友评论