Commit b7d9ffee authored by Russ Cox's avatar Russ Cox

spec: disallow NUL in source files

R=r
CC=golang-dev
https://golang.org/cl/209042
parent 1811fac7
......@@ -89,6 +89,9 @@ will use the term <i>character</i> to refer to a Unicode code point.
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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment