summaryrefslogtreecommitdiff
path: root/test/nil.go
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-01-20 14:40:40 -0800
committerRuss Cox <rsc@golang.org>2009-01-20 14:40:40 -0800
commit72da6a7ce95c427fa91aafa30e0ccd4f64c871db (patch)
treef8305b165ee5ff41e9ef2b0f76e26f7ab3ece269 /test/nil.go
parentb35f63b2763fbba37baefeddabdeb8d5c6132ea5 (diff)
downloadgo-72da6a7ce95c427fa91aafa30e0ccd4f64c871db.tar.gz
delete export
TBR=r OCL=23121 CL=23127
Diffstat (limited to 'test/nil.go')
-rw-r--r--test/nil.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/nil.go b/test/nil.go
index e59d47317..1aef54ba9 100644
--- a/test/nil.go
+++ b/test/nil.go
@@ -6,11 +6,11 @@
package main
-export type T struct {
+type T struct {
i int
}
-export type IN interface {
+type IN interface {
}
func main() {