Multiple Tags on same field
Author: luizcarlosrodriguesCreated Jun 19, 2024Updated Jun 19, 2024
I have a need to have multiple tags like this:
ClientId string `json:"clientId" mapstructure:"uuid","clientId"`Is that possible? Am I doing wrong? Because it´s not working
Source: mitchellh/mapstructure