From: Andrew Gerrand Date: Fri, 27 Aug 2010 01:02:54 +0000 (+1000) Subject: doc: fix wiki codelab title and srcextract.go X-Git-Tag: weekly.2010-09-06~64 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=91a141675f2110267030e22bba0650808ff9e4e7;p=gostls13.git doc: fix wiki codelab title and srcextract.go R=r, rsc1 CC=golang-dev https://golang.org/cl/1953048 --- diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html index 107e49f261..e334a5830b 100644 --- a/doc/codelab/wiki/index.html +++ b/doc/codelab/wiki/index.html @@ -1,7 +1,4 @@ -
- -

Writing Web Applications

- +

Introduction

@@ -996,5 +993,3 @@ Here are some simple tasks you might want to tackle on your own: (hint: you could use regexp.ReplaceAllFunc to do this) - -

diff --git a/doc/codelab/wiki/srcextract.go b/doc/codelab/wiki/srcextract.go index 607375183c..0addc61c4e 100644 --- a/doc/codelab/wiki/srcextract.go +++ b/doc/codelab/wiki/srcextract.go @@ -25,7 +25,7 @@ func main() { os.Exit(2) } // load file - file, err := parser.ParseFile(*srcFn, nil, nil, 0) + file, err := parser.ParseFile(*srcFn, nil, 0) if err != nil { log.Exit(err) } diff --git a/doc/codelab/wiki/wiki.html b/doc/codelab/wiki/wiki.html index c7f44ded4e..87b99a9bf1 100644 --- a/doc/codelab/wiki/wiki.html +++ b/doc/codelab/wiki/wiki.html @@ -1,7 +1,4 @@ -
- -

Writing Web Applications

- +

Introduction

@@ -782,5 +779,3 @@ Here are some simple tasks you might want to tackle on your own: (hint: you could use regexp.ReplaceAllFunc to do this) - -