aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/path
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/path
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/path')
-rw-r--r--src/pkg/path/filepath/match_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/path/filepath/match_test.go b/src/pkg/path/filepath/match_test.go
index cdf3b66a88..7bdc449bc1 100644
--- a/src/pkg/path/filepath/match_test.go
+++ b/src/pkg/path/filepath/match_test.go
@@ -6,8 +6,8 @@ package filepath_test
import (
. "path/filepath"
- "testing"
"runtime"
+ "testing"
)
type MatchTest struct {