aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Symonds <dsymonds@golang.org>2011-09-07 14:10:14 +1000
committerDavid Symonds <dsymonds@golang.org>2011-09-07 14:10:14 +1000
commite85fb2137b6e824e47a6791502900e0174a5a79e (patch)
treeeed7e56b0bb86b0cdd6a9c4d2dc9dbbc4ceeea7a
parent61650b21d6a40970441b304c5f1d1cea4ff3ef59 (diff)
downloadgo-e85fb2137b6e824e47a6791502900e0174a5a79e.tar.gz
go-e85fb2137b6e824e47a6791502900e0174a5a79e.zip
weekly.html: remove note about exp/template -> template move.
It actually occurred with the previous weekly snapshot. R=golang-dev, adg CC=golang-dev https://golang.org/cl/4961066
-rw-r--r--doc/devel/weekly.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/devel/weekly.html b/doc/devel/weekly.html
index 470dc2286e..279396a6a1 100644
--- a/doc/devel/weekly.html
+++ b/doc/devel/weekly.html
@@ -53,7 +53,6 @@ Other changes:
added handling for URL attributes.
differentiate URL-valued attributes (such as href).
reworked escapeText to recognize attr boundaries.
-* exp/template: moved from exp to the main tree.
* exp/wingui: made compatible with windows/amd64. (thanks Jaroslavas Počepko)
* flag: add Parsed, restore Usage.
* gc: add openbsd.