Skip to content

Commit 320c712

Browse files
committed
chore(): remove unused imports
1 parent 68e9f94 commit 320c712

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

pkg/redis/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package redis
33
import (
44
"context"
55
"fmt"
6-
"strings"
76
"sync"
87
"time"
98

pkg/server/server.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package server
22

33
import (
4-
"encoding/json"
54
"errors"
65
"fmt"
76
"net/http"

0 commit comments

Comments
 (0)