summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/go_lang.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/go_lang.txt b/doc/go_lang.txt
index eccb67351..73acfb76b 100644
--- a/doc/go_lang.txt
+++ b/doc/go_lang.txt
@@ -4,13 +4,15 @@ The Go Programming Language (DRAFT)
Robert Griesemer, Rob Pike, Ken Thompson
----
-(July 7, 2008)
+(July 8, 2008)
This document is a semi-formal specification/proposal for a new
systems programming language. The document is under active
development; any piece may change substantially as design progresses;
also there remain a number of unresolved issues.
+This draft document is unpublished and under active development.
+It is not ready for external review.
Guiding principles
----