add ./ to imports where necessary

R=r
DELTA=51  (4 added, 4 deleted, 43 changed)
OCL=30759
CL=30778
This commit is contained in:
Russ Cox 2009-06-25 20:13:56 -07:00
parent 7de4883412
commit cf370a6206
12 changed files with 15 additions and 15 deletions

View file

@ -5,7 +5,7 @@
package main
import (
"file";
"./file";
"fmt";
"os";
)