mirror of https://github.com/golang/go.git
- removed extra package clause
R=rsc DELTA=2 (0 added, 2 deleted, 0 changed) OCL=16927 CL=16927
This commit is contained in:
parent
57b34617e0
commit
e7c8e78879
|
|
@ -6,8 +6,6 @@
|
|||
|
||||
package main
|
||||
|
||||
package main
|
||||
|
||||
type Inst interface {
|
||||
Next() *Inst;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue