in golang/client/client.go [54:57]
func Concat(raw []*string, sep []*string) (_result []*string) { raw = append(raw, sep...) return raw }