pkg/fileutil: move from fileutil

This commit is contained in:
Dmitry Vyukov 2017-06-01 15:59:37 +02:00
parent d1d3a5e702
commit 66fd442d48
9 changed files with 7 additions and 7 deletions

View File

@ -10,7 +10,7 @@ import (
"testing"
"time"
"github.com/google/syzkaller/fileutil"
"github.com/google/syzkaller/pkg/fileutil"
"github.com/google/syzkaller/prog"
)

View File

@ -18,7 +18,7 @@ import (
"time"
"unsafe"
"github.com/google/syzkaller/fileutil"
"github.com/google/syzkaller/pkg/fileutil"
"github.com/google/syzkaller/prog"
)

View File

@ -10,7 +10,7 @@ import (
"time"
"github.com/google/syzkaller/csource"
"github.com/google/syzkaller/fileutil"
"github.com/google/syzkaller/pkg/fileutil"
"github.com/google/syzkaller/prog"
)

View File

@ -12,8 +12,8 @@ import (
"time"
"github.com/google/syzkaller/csource"
"github.com/google/syzkaller/fileutil"
. "github.com/google/syzkaller/log"
"github.com/google/syzkaller/pkg/fileutil"
"github.com/google/syzkaller/prog"
"github.com/google/syzkaller/report"
"github.com/google/syzkaller/syz-manager/config"

View File

@ -10,8 +10,8 @@ import (
"regexp"
"strings"
"github.com/google/syzkaller/fileutil"
pkgconfig "github.com/google/syzkaller/pkg/config"
"github.com/google/syzkaller/pkg/fileutil"
"github.com/google/syzkaller/sys"
"github.com/google/syzkaller/vm"
)

View File

@ -15,7 +15,7 @@ import (
"syscall"
"time"
"github.com/google/syzkaller/fileutil"
"github.com/google/syzkaller/pkg/fileutil"
"github.com/google/syzkaller/vm"
)

View File

@ -12,7 +12,7 @@ import (
"syscall"
"time"
"github.com/google/syzkaller/fileutil"
"github.com/google/syzkaller/pkg/fileutil"
"github.com/google/syzkaller/vm"
)