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>