commit | b7d9ffeecd4fd9afe0922b08998e85f0d0672582 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Tue Feb 16 16:47:18 2010 -0800 |
committer | Russ Cox <rsc@golang.org> | Tue Feb 16 16:47:18 2010 -0800 |
tree | a690b923de81cedbba8d68a940fefaf1ab0eec4e | |
parent | 1811fac7cbceedfdc0eb0d77e81ddec05f4f4020 [diff] [blame] |
spec: disallow NUL in source files R=r CC=golang-dev https://golang.org/cl/209042
diff --git a/doc/go_spec.html b/doc/go_spec.html index 0f6475e..06dcf39 100644 --- a/doc/go_spec.html +++ b/doc/go_spec.html
@@ -89,6 +89,9 @@ Each code point is distinct; for instance, upper and lower case letters are different characters. </p> +<p> +Source code must not contain the NUL character (U+0000). +</p> <h3 id="Characters">Characters</h3>