]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.4.txt: flags can now be set at most once
authorRob Pike <r@golang.org>
Sun, 19 Oct 2014 17:33:50 +0000 (10:33 -0700)
committerRob Pike <r@golang.org>
Sun, 19 Oct 2014 17:33:50 +0000 (10:33 -0700)
CC=golang-codereviews
https://golang.org/cl/161820043

doc/go1.4.txt

index 833d331cb0726190f3545c7e9b3f085e9bc22af0..df98de5c76151eb169c51f57ba310799e9f18ad0 100644 (file)
@@ -23,6 +23,7 @@ asm: make textflag.h available outside of cmd/ld (CL 128050043)
 bufio: handling of empty tokens at EOF changed, may require scanner change (CL 145390043)
 crypto/tls: add support for ALPN (RFC 7301) (CL 108710046)
 crypto/tls: support programmatic selection of server certificates (CL 107400043)
+flag: it is now an error to set a flag multiple times (CL 156390043)
 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)