gomodifytags icon indicating copy to clipboard operation
gomodifytags copied to clipboard

Unable to add static tag value with comma.

Open jozuenoon opened this issue 3 years ago • 0 comments

Is it somehow possible to add tags with comma eg. with mapstructure:

type Friend struct {
    Person `mapstructure:",squash"`
}

I tried this but then squash is treated as the next tag token, maybe I'm missing something? :)

jozuenoon avatar Dec 02 '21 15:12 jozuenoon