aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/app/reporting.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-26 12:25:53 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-26 11:42:18 +0000
commit45832ea5223b57cba6e12d8390e82b0148780763 (patch)
tree5eb9a6dcc5a8d1d770eee734be68b9dfa4bc95cc /dashboard/app/reporting.go
parentcfe9478196eef8736a3c0bb2eccda826263420ea (diff)
all: fix up context import after go fix
Diffstat (limited to 'dashboard/app/reporting.go')
-rw-r--r--dashboard/app/reporting.go2
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"