mirror of
https://github.com/golang/go
synced 2024-11-24 06:30:22 -07:00
doc: fix wiki codelab title and srcextract.go
R=r, rsc1 CC=golang-dev https://golang.org/cl/1953048
This commit is contained in:
parent
9f24d3686f
commit
91a141675f
@ -1,7 +1,4 @@
|
|||||||
<div class="content">
|
<!-- Codelab: Writing Web Applications -->
|
||||||
|
|
||||||
<h1>Writing Web Applications</h1>
|
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -996,5 +993,3 @@ Here are some simple tasks you might want to tackle on your own:
|
|||||||
(hint: you could use <code>regexp.ReplaceAllFunc</code> to do this)
|
(hint: you could use <code>regexp.ReplaceAllFunc</code> to do this)
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
@ -25,7 +25,7 @@ func main() {
|
|||||||
os.Exit(2)
|
os.Exit(2)
|
||||||
}
|
}
|
||||||
// load file
|
// load file
|
||||||
file, err := parser.ParseFile(*srcFn, nil, nil, 0)
|
file, err := parser.ParseFile(*srcFn, nil, 0)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
log.Exit(err)
|
log.Exit(err)
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,4 @@
|
|||||||
<div class="content">
|
<!-- Codelab: Writing Web Applications -->
|
||||||
|
|
||||||
<h1>Writing Web Applications</h1>
|
|
||||||
|
|
||||||
<h2>Introduction</h2>
|
<h2>Introduction</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@ -782,5 +779,3 @@ Here are some simple tasks you might want to tackle on your own:
|
|||||||
(hint: you could use <code>regexp.ReplaceAllFunc</code> to do this)
|
(hint: you could use <code>regexp.ReplaceAllFunc</code> to do this)
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user