diff --git a/doc/go_spec.html b/doc/go_spec.html index 214d1c0acc..5cc452d208 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html @@ -1,6 +1,6 @@ @@ -103,6 +103,7 @@ compiler may disallow the NUL character (U+0000) in the source text. Implementation restriction: For compatibility with other tools, a compiler may ignore a UTF-8-encoded byte order mark (U+FEFF) if it is the first Unicode code point in the source text. +A byte order mark may be disallowed anywhere else in the source.