diff options
Diffstat (limited to 'src/pkg/io/ioutil/tempfile_test.go')
-rw-r--r-- | src/pkg/io/ioutil/tempfile_test.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pkg/io/ioutil/tempfile_test.go b/src/pkg/io/ioutil/tempfile_test.go index 80c62f672..d2a132a11 100644 --- a/src/pkg/io/ioutil/tempfile_test.go +++ b/src/pkg/io/ioutil/tempfile_test.go @@ -2,10 +2,9 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -package ioutil_test +package ioutil import ( - . "io/ioutil" "os" "path/filepath" "regexp" |