mirror of https://github.com/golang/go.git
os: remove unused import to fix build
Change-Id: Ia8c1c77590115a5ffda144962436d489ed77a423 Reviewed-on: https://go-review.googlesource.com/18227 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
58c73de7d0
commit
b80ea53200
|
|
@ -13,7 +13,6 @@ import (
|
|||
"os"
|
||||
osexec "os/exec"
|
||||
"os/signal"
|
||||
"runtime"
|
||||
"syscall"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue