1
0
mirror of https://github.com/golang/go synced 2024-11-12 01:00:22 -07:00

- removed extra package clause

R=rsc
DELTA=2  (0 added, 2 deleted, 0 changed)
OCL=16927
CL=16927
This commit is contained in:
Robert Griesemer 2008-10-10 14:50:23 -07:00
parent 57b34617e0
commit e7c8e78879

View File

@ -6,8 +6,6 @@
package main
package main
type Inst interface {
Next() *Inst;
}