Skip to content

fix: wrong tag #11

@panapol-p

Description

@panapol-p

we use lower-case instead of upper-case for check diff tag lookup

if Diff, ok := field.Tag.Lookup("Diff"); ok {

should like this if d, ok := field.Tag.Lookup("diff"); ok {

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions