summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2014-10-03 20:30:06 -0700
committerRob Pike <r@golang.org>2014-10-03 20:30:06 -0700
commit043a903ead42760aa207f998cabd4d14593dc08d (patch)
treeaa57e58f2513941f31a9ab66aab64076f5233fd9 /doc
parenta3defa4a6129759bc84ed69ee870837899020ce1 (diff)
downloadgo-043a903ead42760aa207f998cabd4d14593dc08d.tar.gz
doc/go1.4.txt: fmt: document printing of &map rather than just pointer
CC=golang-codereviews https://codereview.appspot.com/152160043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 75354643d..0f79389a5 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -21,6 +21,7 @@ cmd/go: compile and link all _test.go files during 'go test', even in packages w
asm: make textflag.h available outside of cmd/ld (CL 128050043)
crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)
crypto/tls: support programmatic selection of server certificates (CL 107400043)
+fmt: print type *map[T]T as &map[k:v] (CL 154870043)
encoding/gob: remove unsafe (CL 102680045)
misc: deleted editor support; refer to https://code.google.com/p/go-wiki/wiki/IDEsAndTextEditorPlugins instead (CL 105470043)
net/http: add Request.BasicAuth method (CL 76540043)