validate `diff:id` tag for create map key (`diff:id` is mandatory) ```go type FeedData struct { ID string `diff:"id"` Name string Score float32 } ```
validate
diff:idtag for create map key (diff:idis mandatory)