CIpherWGO
Results
1
issues of
CIpherWGO
Hi Test code using go 1.20: type Test struct { ID int64 `diff:"id,identifier"` Bool bool `diff:"bool"` Test string `diff:"test"` } a := []Test{{ID: 1, Bool: true, Test: "Bool set to...