func TestMain(m *testing.M) { … }
var exe …
func godocPath(t *testing.T) string { … }
func serverAddress(t *testing.T) string { … }
func waitForServerReady(t *testing.T, ctx context.Context, cmd *exec.Cmd, addr string) { … }
func waitForSearchReady(t *testing.T, ctx context.Context, cmd *exec.Cmd, addr string) { … }
func waitUntilScanComplete(t *testing.T, ctx context.Context, addr string) { … }
const pollInterval …
func waitForServer(t *testing.T, ctx context.Context, url, match string, reverse bool) { … }
func hasTag(t string) bool { … }
func TestURL(t *testing.T) { … }
func TestWeb(t *testing.T) { … }
func TestWebIndex(t *testing.T) { … }
func testWeb(t *testing.T, x packagestest.Exporter, bin string, withIndex bool) { … }
func TestNoMainModule(t *testing.T) { … }