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
2943ca6b
Commit
2943ca6b
authored
Feb 04, 2012
by
David Symonds
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/go1.html: style tweak for expvar notes.
R=r CC=golang-dev
https://golang.org/cl/5608061
parent
ebd9f236
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/go1.html
doc/go1.html
+1
-1
doc/go1.tmpl
doc/go1.tmpl
+1
-1
No files found.
doc/go1.html
View file @
2943ca6b
...
...
@@ -927,7 +927,7 @@ and
<p>
<em>
Updating
</em>
:
Most code using
<code>
expvar
</code>
will not need changing. The rare code that used
<code>
Iter
</code>
can be updated to pass a closure to
Do
to achieve the same effect.
<code>
Iter
</code>
can be updated to pass a closure to
<code>
Do
</code>
to achieve the same effect.
</p>
<h3
id=
"flag"
>
The flag package
</h3>
...
...
doc/go1.tmpl
View file @
2943ca6b
...
...
@@ -831,7 +831,7 @@ and
<
p
>
<
em
>
Updating
</
em
>:
Most
code
using
<
code
>
expvar
</
code
>
will
not
need
changing
.
The
rare
code
that
used
<
code
>
Iter
</
code
>
can
be
updated
to
pass
a
closure
to
Do
to
achieve
the
same
effect
.
<
code
>
Iter
</
code
>
can
be
updated
to
pass
a
closure
to
<
code
>
Do
</
code
>
to
achieve
the
same
effect
.
</
p
>
<
h3
id
=
"flag"
>
The
flag
package
</
h3
>
...
...
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