mirror of
https://github.com/golang/go.git
synced 2025-10-20 11:33:18 +00:00
add ./ to imports where necessary
R=r DELTA=51 (4 added, 4 deleted, 43 changed) OCL=30759 CL=30778
This commit is contained in:
parent
7de4883412
commit
cf370a6206
12 changed files with 15 additions and 15 deletions
|
@ -5,7 +5,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
"file";
|
||||
"./file";
|
||||
"fmt";
|
||||
"os";
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue