How to parse html form array with Beego.
You can do like this : see doc
v := make([]string, 0, 3) this.Ctx.Input.Bind(&v, "names")