Spaces:
Paused
Paused
add strings import to keys.go
Browse files- 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 |
|