diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-01 15:59:37 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-06-03 10:41:09 +0200 |
| commit | 66fd442d487da7e9853eb467ff908ff0c1971756 (patch) | |
| tree | 5497887472bc10b8a4b33c15ad5af71bb98a1271 /csource | |
| parent | d1d3a5e70274697273b051daa37abd19f8349d35 (diff) | |
pkg/fileutil: move from fileutil
Diffstat (limited to 'csource')
| -rw-r--r-- | csource/csource_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
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" ) |
