[]map[string]interface{}

Clearly, an array of maps of interfaces with keys as strings should be able to simply 'attach' (concat, if you may) to another array of maps of interfaces with keys as strings!

So what is the mechanism to achieve this?