summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-07-08 14:52:48 -0700
committerRob Pike <r@golang.org>2008-07-08 14:52:48 -0700
commit03d99bb50b311010f6175bfc577ef79ab9d172f6 (patch)
tree2d49906c4938c776f92a6592db6c6c4554af8eaf
parent7aa5573dfd202c17d7b82fa81f2f3706a3e80f85 (diff)
downloadgolang-03d99bb50b311010f6175bfc577ef79ab9d172f6.tar.gz
add a disclaimer
SVN=126379
-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
----