Description: Do not depend on golang-doc
 If golang-doc is not present, the start page for godoc does not contain the
 text expected in tests.
--- a/cmd/godoc/godoc_test.go
+++ b/cmd/godoc/godoc_test.go
@@ -195,7 +195,7 @@
 	}{
 		{
 			path:     "/",
-			contains: []string{"Go is an open source programming language"},
+			contains: []string{"The Go Programming Language"},
 		},
 		{
 			path:     "/pkg/fmt/",
