1
0
mirror of https://github.com/golang/go synced 2024-11-21 19:54:41 -07:00
go/misc
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
..
arm
bash
bbedit misc/bbedit: remove closed keyword 2011-03-23 16:29:40 +11:00
cgo misc/cgo: remove reference to 'destroy' function 2011-05-31 14:41:24 -04:00
chrome/gophertool gophertool: make the keyword 'golang' 2011-06-01 07:24:33 +10:00
dashboard http: change most map[string][]string types to new Values type 2011-06-08 13:38:20 -07:00
emacs misc/emacs: don't select the mark after gofmt 2011-05-23 22:47:25 -04:00
fraise misc: update type + builtin lists found in editor support files 2011-01-19 23:07:49 -05:00
godoc godoc: basic setup for running godoc on local app engine emulator 2011-06-01 15:12:47 -07:00
goplay exec: new API, replace Run with Command 2011-06-01 15:26:53 -07:00
IntelliJIDEA misc: syntax highlighting support on IntelliJ IDEA 2011-05-20 11:03:33 -07:00
kate kate: reorganize, remove closed() 2011-03-29 01:12:39 -04:00
nacl
notepadplus misc/notepadplus: add syntax and completion support for notepad++ 2011-04-01 14:44:57 +11:00
swig Make.pkg: add support for SWIG, and add two SWIG examples 2011-03-22 13:05:51 -07:00
vim misc/vim: limit Fmt command to Go buffers. 2011-05-30 12:20:00 +10:00
xcode
zsh