Moge-Row commited on
Commit
51e6443
·
1 Parent(s): 6c5c62f

add strings import to keys.go

Browse files
Files changed (1) hide show
  1. internal/handler/keys.go +1 -0
internal/handler/keys.go CHANGED
@@ -5,6 +5,7 @@ import (
5
  "math/rand"
6
  "net/http"
7
  "os"
 
8
  "sync"
9
  )
10
 
 
5
  "math/rand"
6
  "net/http"
7
  "os"
8
+ "strings"
9
  "sync"
10
  )
11