From 72da6a7ce95c427fa91aafa30e0ccd4f64c871db Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Tue, 20 Jan 2009 14:40:40 -0800 Subject: delete export TBR=r OCL=23121 CL=23127 --- test/nil.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/nil.go') 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() { -- cgit v1.2.1