mirror of
https://github.com/golang/go
synced 2024-11-19 15:54:46 -07:00
cmd/go: fix build
Change-Id: I2cd58a665d9df26583128c633c443325dcc3f288 Reviewed-on: https://go-review.googlesource.com/11131 Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
7bc3e58806
commit
0266bc8494
@ -5,10 +5,10 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"internal/testenv"
|
||||
"io/ioutil"
|
||||
"os"
|
||||
"os/exec"
|
||||
"runtime"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user