custom GOPATH trees by other means.
</p>
-<h3 id="gopackages">Package loading</h2>
+<h3 id="gopackages">Package loading</h3>
<p>
TODO: Note about go/build versus golang.org/x/tools/go/packages.
</p>
-<h3 id="gocache">Build cache requirement</h2>
+<h3 id="gocache">Build cache requirement</h3>
<p>
Go 1.11 will be the last release to support setting the environment
<h3 id="test">Test</h3>
<p>
- Since Go1.10, the <code>go</code> <code>test</code> command runs
+ Since Go 1.10, the <code>go</code> <code>test</code> command runs
<code>go</code> <code>vet</code> on the package being tested,
to identify problems before running the test. Since <code>vet</code>
typechecks the code with <a href="/pkg/go/types/">go/types</a>