From 91a141675f2110267030e22bba0650808ff9e4e7 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 27 Aug 2010 11:02:54 +1000 Subject: [PATCH] doc: fix wiki codelab title and srcextract.go R=r, rsc1 CC=golang-dev https://golang.org/cl/1953048 --- doc/codelab/wiki/index.html | 7 +------ doc/codelab/wiki/srcextract.go | 2 +- doc/codelab/wiki/wiki.html | 7 +------ 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/doc/codelab/wiki/index.html b/doc/codelab/wiki/index.html index 107e49f2613..e334a5830b9 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 607375183cf..0addc61c4e7 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 c7f44ded4ed..87b99a9bf18 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) - -