1
0
mirror of https://github.com/golang/go synced 2024-11-11 21:50:21 -07:00

fix syntax error (syntax accepted by 6g, but not by pretty printer)

R=r
OCL=21385
CL=21385
This commit is contained in:
Robert Griesemer 2008-12-16 18:08:16 -08:00
parent 003f0ad6af
commit e9741e7dbd

View File

@ -5,7 +5,7 @@
package Universe
import (
"array"
"array";
Globals "globals";
Object "object";
Type "type";