From 04b08da9af0c450d645ab7389d1467308cfc2db8 Mon Sep 17 00:00:00 2001
From: Michael Stapelberg
Date: Mon, 4 Mar 2013 21:27:36 +0100
Subject: Imported Upstream version 1.1~hg20130304
---
doc/go1.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'doc/go1.html')
diff --git a/doc/go1.html b/doc/go1.html
index e1afe479a..491fd7bf7 100644
--- a/doc/go1.html
+++ b/doc/go1.html
@@ -618,8 +618,6 @@ The packages in their new locations are:
old/netchan
-old/regexp
-old/template
@@ -639,6 +637,8 @@ Go 1 deletes several packages outright:
container/vector
exp/datafmt
go/typechecker
+old/regexp
+old/template
try
@@ -1676,7 +1676,7 @@ instead of a Visitor
interface value.
The WalkFunc
function will be called even for files or directories that could not be opened;
in such cases the error argument will describe the failure.
If a directory's contents are to be skipped,
-the function should return the value filepath.SkipDir
+the function should return the value filepath.SkipDir
{{code "/doc/progs/go1.go" `/STARTWALK/` `/ENDWALK/`}}
@@ -1865,7 +1865,7 @@ made easier with the new structure of the packages.
The imports will be updated by fix tool.
Single-template uses will be otherwise be largely unaffected.
Code that uses multiple templates in concert will need to be updated by hand.
-The examples in
+The examples in
the documentation for text/template
can provide guidance.
--
cgit v1.2.3