Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
452dd382
Commit
452dd382
authored
Apr 29, 2010
by
Andrey Mirtchovski
Committed by
Andrew Gerrand
Apr 29, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
codelab/index.html: a few typos.
R=adg CC=golang-dev
https://golang.org/cl/993042
parent
ad26019b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.html
doc/codelab/wiki/index.html
+3
-3
No files found.
doc/codelab/wiki/index.html
View file @
452dd382
...
...
@@ -180,7 +180,7 @@ func loadPage(title string) (*page, os.Error) {
<p>
Callers of this function can now check the second parameter; if it is
<code>
nil
</code>
then it has succesfully loaded a page. If not, it will be an
<code>
nil
</code>
then it has succes
s
fully loaded a page. If not, it will be an
<code>
os.Error
</code>
that can be handled by the caller (see the
<a
href=
"http://golang.org/pkg/os/#Error"
>
os package documentation
</a>
for
details).
...
...
@@ -222,7 +222,7 @@ This is a sample page.
<p>
(The
<code>
8g
</code>
and
<code>
8l
</code>
commands are applicable to
<code>
GOARCH=386
</code>
. If you're on an
<code>
amd64
</code>
system,
subtitute 6's for the 8's.)
sub
s
titute 6's for the 8's.)
</p>
<p>
...
...
@@ -452,7 +452,7 @@ import (
</pre>
<p>
Let's create a template file containg the HTML form.
Let's create a template file contain
in
g the HTML form.
Open a new file named
<code>
edit.html
</code>
, and add the following lines:
</p>
...
...
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