From e6529b30ec934f285d57dc16dd8acbbab074f102 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 29 Dec 2015 15:00:57 +0100 Subject: sys: add union type --- fileutil/fileutil_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fileutil') 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) { -- cgit mrf-deployment