Also remove a superfluous </p>
Change-Id: Idca51cdfbd8abc6669f00c80ca3fb7f225ee445c
Reviewed-on: https://go-review.googlesource.com/84015
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
constant <code>nil</code>. Go 1.10 provides <code>gofix</code>
modules to help with that rewrite:
<pre>
- go tool fix -r cftype <pkg>
- go tool fix -r jni <pkg>
+go tool fix -r cftype <pkg>
+go tool fix -r jni <pkg>
</pre>
</p>
but no longer can.
For example, see the <a href="#encoding/json"><code>encoding/json</code> notes</a>.
</p>
-</p>
</dl>
<dl id="runtime/pprof"><dt><a href="/pkg/runtime/pprof/">runtime/pprof</a></dt>