How to Handle Missing Fields From a Struct? iaziz786.com/blog/handle-mi… (Pick one: zero value or nil. Don't worry, Go will pick one if you don't...)
2
6
51
0
10
@golangweekly Should we go for a `**int` for a struct representing a PATCH call where the field can be either "set to null" or "not specified" (no change)? Would that even work?