diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-12-29 15:00:57 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-12-29 15:00:57 +0100 |
| commit | e6529b30ec934f285d57dc16dd8acbbab074f102 (patch) | |
| tree | 9bf9673e44997f24e702833904294f3116d4f209 /fileutil | |
| parent | d40104b8a35f01d31cad1f11e312e76e034ffc4a (diff) | |
sys: add union type
Diffstat (limited to 'fileutil')
| -rw-r--r-- | fileutil/fileutil_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fileutil/fileutil_test.go b/fileutil/fileutil_test.go index 1084cc98d..4e4b61e11 100644 --- a/fileutil/fileutil_test.go +++ b/fileutil/fileutil_test.go @@ -7,10 +7,10 @@ import ( "bytes" "io/ioutil" "os" + "path/filepath" "strconv" "sync" "testing" - "path/filepath" ) func TestProcessTempDir(t *testing.T) { |
