So, something like this: ```Tags []string ...
# pact-go
m
So, something like this:
Copy code
Tags         []string `json:"tags" pact:"example="Name::CustomerName"
a
thank you so much!
this is still throwing me error `Tags []string `json:"tags" pact:"example="Name::CustomerName""`` may be because there are still 2 " at the end. Even the below throwing error "parsing failed" `Tags []string `json:"tags" pact:"example=Name::CustomerName"``