Skip to content

Commit 2bc0a6b

Browse files
committed
fix(benchstat): remove unused imports
1 parent 7a5f4f8 commit 2bc0a6b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmd/scw-benchstat/main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
package main
22

33
import (
4-
"bufio"
54
"context"
65
"encoding/csv"
76
"flag"
87
"fmt"
9-
"io"
108
"log"
119
"os"
1210
"os/exec"

0 commit comments

Comments
 (0)