mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +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 "os"
|
||||
import "x"
|
||||
import "./x"
|
||||
|
||||
func main() {
|
||||
if x.Zero != 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue