Ancy Aziz
03/02/2022, 10:35 PMjson:"tags" pact:"example="Name::CustomerName","Status::Live""
not compatible with reflect.StructTag.Get: key:"value" pairs not separated by spaces`". JSON value is
"tags":["Name::CustomerName","Status::Live"]
Under Struct, this is what I have which is throwing error.
`Tags []string `json:"tags" pact:"example="Name::CustomerName","Status::Live""``
can someone tell me the correct format of pact:example for string[]?Matt (pactflow.io / pact-js / pact-go)