diff --git a/godoc/static/godoc.html b/godoc/static/godoc.html index 6a34b308..ee6a3a6d 100644 --- a/godoc/static/godoc.html +++ b/godoc/static/godoc.html @@ -16,7 +16,10 @@ -
+
+... +
+
@@ -85,11 +88,6 @@ and code is licensed under a BSD license.
-
-
-... -
- diff --git a/godoc/static/static.go b/godoc/static/static.go index 625ac16e..2b6b0121 100644 --- a/godoc/static/static.go +++ b/godoc/static/static.go @@ -61,7 +61,7 @@ var Files = map[string]string{ types are assignable to each interface type. Type analysis is relatively quick, requiring about 10 seconds for - the >200 packages of the standard library, for example. + the >200 packages of the standard library, for example.

Compiler errors

@@ -149,7 +149,7 @@ var Files = map[string]string{

In this example, hovering over the declaration of the - rot13 function (defined in in strings/strings.test.go) + rot13 function (defined in strings/strings_test.go) reveals that it is called in exactly one place.

@@ -485,7 +485,10 @@ var Files = map[string]string{ -
+
+... +
+
@@ -554,11 +557,6 @@ and code is licensed under a BSD license.
-
-
-... -
-