Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
91a14167
Commit
91a14167
authored
Aug 27, 2010
by
Andrew Gerrand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix wiki codelab title and srcextract.go
R=r, rsc1 CC=golang-dev
https://golang.org/cl/1953048
parent
9f24d368
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
13 deletions
+3
-13
doc/codelab/wiki/index.html
doc/codelab/wiki/index.html
+1
-6
doc/codelab/wiki/srcextract.go
doc/codelab/wiki/srcextract.go
+1
-1
doc/codelab/wiki/wiki.html
doc/codelab/wiki/wiki.html
+1
-6
No files found.
doc/codelab/wiki/index.html
View file @
91a14167
<div
class=
"content"
>
<h1>
Writing Web Applications
</h1>
<!-- Codelab: Writing Web Applications -->
<h2>
Introduction
</h2>
<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)
</li>
</ul>
</div>
doc/codelab/wiki/srcextract.go
View file @
91a14167
...
...
@@ -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
)
}
...
...
doc/codelab/wiki/wiki.html
View file @
91a14167
<div
class=
"content"
>
<h1>
Writing Web Applications
</h1>
<!-- Codelab: Writing Web Applications -->
<h2>
Introduction
</h2>
<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)
</li>
</ul>
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment