diff options
| author | Robert Griesemer <gri@golang.org> | 2009-11-05 15:37:55 -0800 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2009-11-05 15:37:55 -0800 |
| commit | 6e5de3ccfb44b61886265a3b9e4dacbe5c4a3354 (patch) | |
| tree | 51e2461a5ad1b22760acca7b52c955e16f2d4b69 /src/pkg/io/utils_test.go | |
| parent | 511fc8c45f93012d4f7038e6c10eb64c825820f0 (diff) | |
| download | golang-6e5de3ccfb44b61886265a3b9e4dacbe5c4a3354.tar.gz | |
gofmt-ify io, json, runtime, encoding
R=rsc
http://go/go-review/1017056
Diffstat (limited to 'src/pkg/io/utils_test.go')
| -rw-r--r-- | src/pkg/io/utils_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pkg/io/utils_test.go b/src/pkg/io/utils_test.go index 085e0167e..9be9eeef8 100644 --- a/src/pkg/io/utils_test.go +++ b/src/pkg/io/utils_test.go @@ -5,10 +5,10 @@ package io_test import ( - . "io"; - "os"; - "strings"; - "testing"; + . "io"; + "os"; + "strings"; + "testing"; ) func checkSize(t *testing.T, path string, size uint64) { |
