1
0
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:
Mikio Hara 2015-06-17 03:49:07 +09:00
parent 7bc3e58806
commit 0266bc8494

View File

@ -5,10 +5,10 @@
package main
import (
"internal/testenv"
"io/ioutil"
"os"
"os/exec"
"runtime"
"testing"
)