From: Rob Pike Date: Tue, 8 Jul 2008 21:52:48 +0000 (-0700) Subject: add a disclaimer X-Git-Tag: weekly.2009-11-06~3544 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c685e1b70dfd3d0e3e4be35f5cdff0cdcbd3542e;p=gostls13.git add a disclaimer SVN=126379 --- diff --git a/doc/go_lang.txt b/doc/go_lang.txt index eccb673517..73acfb76bc 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 ----