diff --git a/doc/go_spec.html b/doc/go_spec.html
index aa988354d56..c1b817ee9b3 100644
--- a/doc/go_spec.html
+++ b/doc/go_spec.html
@@ -4582,6 +4582,5 @@ The following minimal alignment properties are guaranteed:
Implementation differences - TODO
- Implementation does not honor the restriction on goto statements and targets (no intervening declarations).
- - Gccgo does not implement the blank identifier.
- Method expressions are not implemented.