mirror of
https://github.com/golang/go
synced 2024-11-22 21:40:03 -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:
parent
57b34617e0
commit
e7c8e78879
@ -6,8 +6,6 @@
|
|||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
package main
|
|
||||||
|
|
||||||
type Inst interface {
|
type Inst interface {
|
||||||
Next() *Inst;
|
Next() *Inst;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user