diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-01 18:48:35 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-06-03 10:41:09 +0200 |
| commit | d1032c21a09c38fed45c34ffe9b7681139b8f812 (patch) | |
| tree | cb26e24b8f535d03baec05dcce66d3377b584586 /tools/syz-db | |
| parent | 03ad13e65574b4c2a5c85456cf7f09a7411acc95 (diff) | |
pkg/hash: move from hash
Diffstat (limited to 'tools/syz-db')
| -rw-r--r-- | tools/syz-db/syz-db.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/syz-db/syz-db.go b/tools/syz-db/syz-db.go index d11e73102..e2d4ecb07 100644 --- a/tools/syz-db/syz-db.go +++ b/tools/syz-db/syz-db.go @@ -12,7 +12,7 @@ import ( "strings" "github.com/google/syzkaller/db" - "github.com/google/syzkaller/hash" + "github.com/google/syzkaller/pkg/hash" ) func main() { |
