1
0
mirror of https://github.com/golang/go synced 2024-11-20 09:34:52 -07:00
go/misc/dashboard/builder
Brad Fitzpatrick 6a876283c8 http: change most map[string][]string types to new Values type
This replaces most the map[string][]string usage with
a new Values type name, with the usual methods.

It also changes client.PostForm to take a Values, rather
than a map[string]string, closing a TODO in the code.

R=rsc
CC=golang-dev
https://golang.org/cl/4532123
2011-06-08 13:38:20 -07:00
..
doc.go dashboard: fix for branches 2011-05-12 11:21:34 -04:00
exec.go gobuilder: number of fixes 2011-06-06 22:17:28 +10:00
http.go http: change most map[string][]string types to new Values type 2011-06-08 13:38:20 -07:00
main.go gobuilder: number of fixes 2011-06-06 22:17:28 +10:00
Makefile dashboard: fix for branches 2011-05-12 11:21:34 -04:00
package.go dashboard: fix for branches 2011-05-12 11:21:34 -04:00