From 66fd442d487da7e9853eb467ff908ff0c1971756 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 1 Jun 2017 15:59:37 +0200 Subject: pkg/fileutil: move from fileutil --- csource/csource_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csource') diff --git a/csource/csource_test.go b/csource/csource_test.go index 78998a32f..abff96f72 100644 --- a/csource/csource_test.go +++ b/csource/csource_test.go @@ -10,7 +10,7 @@ import ( "testing" "time" - "github.com/google/syzkaller/fileutil" + "github.com/google/syzkaller/pkg/fileutil" "github.com/google/syzkaller/prog" ) -- cgit mrf-deployment