去结构补丁 获取和导入 要与模块一起使用,添加到导入列表: import "github.com/sztelzer/structpatch" 然后更新您的模块: $ go mod download或$ go mod tidy 或没有模块去添加到GOPATH: $ go get "github.com/sztelzer/structpatch" 利用 唯一的公共功能是: func Patch(src interface{}, dst interface{}, lockTag string) error { 例: type T1 struct { A string