aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-11-02 15:54:16 -0400
committerRuss Cox <rsc@golang.org>2011-11-02 15:54:16 -0400
commit965845a86d00e618cc03a739a52e986d6901d071 (patch)
treead484f46b19ac539d6038d6d74d8938a8ebda90c /src/pkg/debug
parent4a9ebb18f1ff90cbc182648e65cc9071c8920e3c (diff)
downloadgo-965845a86d00e618cc03a739a52e986d6901d071.tar.xz
all: sort imports
R=golang-dev, r CC=golang-dev https://golang.org/cl/5319072
Diffstat (limited to 'src/pkg/debug')
-rw-r--r--src/pkg/debug/gosym/pclntab_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/debug/gosym/pclntab_test.go b/src/pkg/debug/gosym/pclntab_test.go
index c83e64eabd..562e7a0a37 100644
--- a/src/pkg/debug/gosym/pclntab_test.go
+++ b/src/pkg/debug/gosym/pclntab_test.go
@@ -7,8 +7,8 @@ package gosym
import (
"debug/elf"
"os"
- "testing"
"syscall"
+ "testing"
)
func dotest() bool {