Sorry for the bad issue title, couldn't think of a better one.
Number string `json:"number"`
TextAllowed bool
Number string `json:"number"` `json:"number"`
TextAllowed bool `json:"text_allowed"`
Number string `json:"number"`
TextAllowed bool `json:"text_allowed"`
Hi @gnhuy91
Thanks for the bug report. This is one of the cases where an AST based tool is needed or things get complex easily. Let's tackle this as well with the other :GoAddTags related issues.
Fixed with #1204 please, feel free to test and reopen if it's not the case.
Most helpful comment
Hi @gnhuy91
Thanks for the bug report. This is one of the cases where an AST based tool is needed or things get complex easily. Let's tackle this as well with the other
:GoAddTagsrelated issues.