<p>
Alternatively, you can use
-<p/>
+</p>
<pre>
$ hg file 99999 somefile
If for some reason GDB still can't find that directory or that script, you can load
it by hand by telling gdb (assuming you have the go sources in
<code>~/go/</code>):
-<p>
+</p>
<pre>
(gdb) <b>source ~/go/src/pkg/runtime/runtime-gdb.py</b>
<h2 id="library">Changes to the standard library</h2>
-<h3 id="debug/elf">debug/elf</h3>
+<h3 id="debug_elf">debug/elf</h3>
<p>
Previous versions of the debug/elf package intentionally skipped over the first
symbol in the ELF symbol table, since it is always an empty symbol. This symbol
adjusted to account for the additional symbol and the change in symbol offsets.
</p>
-<h3 id="html/template">html/template</h3>
+<h3 id="html_template">html/template</h3>
<p>
Templates using the undocumented and only partially implemented
<p>
For arrays or strings, the indices <code>low</code> and <code>high</code> are
-<i>in range</i> if <code>0 <= <code>low</code> <= <code>high</code> <= len(a)</code>,
+<i>in range</i> if <code>0</code> <= <code>low</code> <= <code>high</code> <= <code>len(a)</code>,
otherwise they are <i>out of range</i>.
For slices, the upper index bound is the slice capacity <code>cap(a)</code> rather than the length.
A <a href="#Constants">constant</a> index must be non-negative and representable by a value of type