commit | 9435dc2bdfa595562655de56c77cf6f4eb103d75 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Mon Jun 29 15:13:37 2009 -0700 |
committer | Russ Cox <rsc@golang.org> | Mon Jun 29 15:13:37 2009 -0700 |
tree | 7a8cd4536a42fb7aedffa342de2bb6cd79e58595 | |
parent | 3119221ed83878b45b488e5b9c5dc0a883c79414 [diff] |
allow forward declaration of struct in another file (in the same package). allow forward method declaration to be satisfied by implementation in another file (in the same package). all methods must be declared in the same file as the receiver type. R=ken OCL=30864 CL=30869