Skip to content

Commit 0f5357e

Browse files
committed
Fix: Unused dependency import
1 parent e02261d commit 0f5357e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
"bytes"
1616
"fmt"
1717
"os/exec"
18-
"os"
18+
//"os"
1919
"strconv"
2020
"net/url"
2121
"time"

0 commit comments

Comments
 (0)