]> Cypherpunks repositories - gostls13.git/commit
Introduced forward declaration of types per discussion with ken.
authorRobert Griesemer <gri@golang.org>
Tue, 6 May 2008 17:29:17 +0000 (10:29 -0700)
committerRobert Griesemer <gri@golang.org>
Tue, 6 May 2008 17:29:17 +0000 (10:29 -0700)
commitd222c65477e0c3215a8902eecfb3530687325cd8
tree68d6ba11deb1cbd277e62fcbe1e8b26fde7d26cc
parentf5c07634322229391ef25513a8c3efa77e423649
Introduced forward declaration of types per discussion with ken.
A forward-declared (or not yet fully defined) type must be used
to construct (mutually) recursive type declarations. This simplifies
the compiler and resolves the issue at which scope the forward-
declared type is to be declared.

SVN=117770
doc/go_lang.txt