diff options
| author | Russ Cox <rsc@golang.org> | 2011-11-02 15:54:16 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2011-11-02 15:54:16 -0400 |
| commit | 965845a86d00e618cc03a739a52e986d6901d071 (patch) | |
| tree | ad484f46b19ac539d6038d6d74d8938a8ebda90c /src/pkg/exec | |
| parent | 4a9ebb18f1ff90cbc182648e65cc9071c8920e3c (diff) | |
| download | go-965845a86d00e618cc03a739a52e986d6901d071.tar.xz | |
all: sort imports
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5319072
Diffstat (limited to 'src/pkg/exec')
| -rw-r--r-- | src/pkg/exec/exec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
