summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2014-10-06 22:22:47 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2014-10-06 22:22:47 -0700
commit29bd1561183e37ad92faf377efef476c822de28b (patch)
tree4e5e386c183bee2460aab5064d71dc120097d1ae /doc
parent3471b12d97d10698f049432493ac8edc5eb65ab9 (diff)
downloadgo-29bd1561183e37ad92faf377efef476c822de28b.tar.gz
doc/go1.4.txt: useless change to tickle builders
Debugging the builders and need a commit to make them run. R=adg CC=golang-codereviews https://codereview.appspot.com/149600043
Diffstat (limited to 'doc')
-rw-r--r--doc/go1.4.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/go1.4.txt b/doc/go1.4.txt
index 1f6275f7d..6d5f84578 100644
--- a/doc/go1.4.txt
+++ b/doc/go1.4.txt
@@ -43,6 +43,6 @@ testing: add TestMain support (CL 148770043)
text/scanner: add IsIdentRune field of Scanner. (CL 108030044)
text/template: allow comparison of signed and unsigned integers (CL 149780043)
time: use the micro symbol (ยต (U+00B5)) to print microsecond duration (CL 105030046)
-encoding/asn1: optional elements with a default value will now only be omitted if they have that value (CL 86960045).
+encoding/asn1: optional elements with a default value will now only be omitted if they have that value (CL 86960045)
go.sys subrepo created: http://golang.org/s/go1.4-syscall