diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 12:25:53 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 11:42:18 +0000 |
| commit | 45832ea5223b57cba6e12d8390e82b0148780763 (patch) | |
| tree | 5eb9a6dcc5a8d1d770eee734be68b9dfa4bc95cc /dashboard/app/reporting.go | |
| parent | cfe9478196eef8736a3c0bb2eccda826263420ea (diff) | |
all: fix up context import after go fix
Diffstat (limited to 'dashboard/app/reporting.go')
| -rw-r--r-- | dashboard/app/reporting.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/app/reporting.go b/dashboard/app/reporting.go index 51cffc13f..5e9583da3 100644 --- a/dashboard/app/reporting.go +++ b/dashboard/app/reporting.go @@ -5,6 +5,7 @@ package main import ( "bytes" + "context" "encoding/json" "fmt" "math" @@ -13,7 +14,6 @@ import ( "strings" "time" - "context" "github.com/google/syzkaller/dashboard/dashapi" "github.com/google/syzkaller/pkg/email" "github.com/google/syzkaller/pkg/html" |
