diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-06-01 19:07:36 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-06-03 10:41:09 +0200 |
| commit | a6bed217317a6de45a3bb0ca039c3aeae09075a3 (patch) | |
| tree | d262571d656a3a87c907504b5091a6b1557942ed /vm/gce | |
| parent | ea2295f3e29c59b4493e98aaafc28f9083d5e570 (diff) | |
pkg/gce: move from gce
Diffstat (limited to 'vm/gce')
| -rw-r--r-- | vm/gce/gce.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vm/gce/gce.go b/vm/gce/gce.go index dff6963ca..f95967c29 100644 --- a/vm/gce/gce.go +++ b/vm/gce/gce.go @@ -20,7 +20,7 @@ import ( "sync" "time" - "github.com/google/syzkaller/gce" + "github.com/google/syzkaller/pkg/gce" . "github.com/google/syzkaller/pkg/log" "github.com/google/syzkaller/vm" ) |
