-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
we use lower-case instead of upper-case for check diff tag lookup
Line 62 in f3fa34f
| if Diff, ok := field.Tag.Lookup("Diff"); ok { |
should like this if d, ok := field.Tag.Lookup("diff"); ok {
Reactions are currently unavailable