From 965845a86d00e618cc03a739a52e986d6901d071 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 2 Nov 2011 15:54:16 -0400 Subject: all: sort imports R=golang-dev, r CC=golang-dev https://golang.org/cl/5319072 --- src/pkg/exec/exec_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pkg/exec/exec_test.go') diff --git a/src/pkg/exec/exec_test.go b/src/pkg/exec/exec_test.go index 6d5e8933ff..8f63653c01 100644 --- a/src/pkg/exec/exec_test.go +++ b/src/pkg/exec/exec_test.go @@ -10,11 +10,11 @@ import ( "fmt" "io" "io/ioutil" - "testing" "os" "runtime" "strconv" "strings" + "testing" ) func helperCommand(s ...string) *Cmd { -- cgit v1.3-5-g9baa