Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 4a73dd9

Browse files
committed
fix lint
Signed-off-by: yisaer <[email protected]>
1 parent 1a950ac commit 4a73dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

testcase/stale-read/cmd/main.go

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ import (
55
"flag"
66
"time"
77

8+
// use mysql
9+
_ "github.com/go-sql-driver/mysql"
10+
811
"github.com/pingcap/tipocket/cmd/util"
912
logs "github.com/pingcap/tipocket/logsearch/pkg/logs"
1013
"github.com/pingcap/tipocket/pkg/cluster"

0 commit comments

Comments
 (0)