Form

Send lists on from submit

    list := r.Form["something[]"]
    // Aggregate all form inputs with the same name attribute

Testing

Run tests a designated number of times, ignoring no file changes optimization

go test -count=1 ./...