diff options
| author | Taras Madan <tarasmadan@google.com> | 2024-08-28 17:56:52 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-08-29 10:25:17 +0000 |
| commit | 9bd464fceeaf3432dae1d1598586454ad21fb42a (patch) | |
| tree | 543a3335622457d960a3c49a81689eef6fef8db2 /dashboard/dashapi | |
| parent | 9af47e71683d14d38b3c253b65e26951a78cc620 (diff) | |
pkg/spanner/coveragedb: move package to pkg/coveragedb
Diffstat (limited to 'dashboard/dashapi')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 87b0b77a4..6396f5df7 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -19,7 +19,7 @@ import ( "cloud.google.com/go/civil" "github.com/google/syzkaller/pkg/auth" - "github.com/google/syzkaller/pkg/spanner/coveragedb" + "github.com/google/syzkaller/pkg/coveragedb" ) type Dashboard struct { |
