Spaces:
Paused
Paused
fix imports chat.go
Browse files- internal/handler/chat.go +1 -2
internal/handler/chat.go
CHANGED
|
@@ -2,12 +2,11 @@ package handler
|
|
| 2 |
|
| 3 |
import (
|
| 4 |
"bufio"
|
|
|
|
| 5 |
"encoding/json"
|
| 6 |
"fmt"
|
| 7 |
"io"
|
| 8 |
"net/http"
|
| 9 |
-
"bytes"
|
| 10 |
-
"io"
|
| 11 |
"strings"
|
| 12 |
"time"
|
| 13 |
|
|
|
|
| 2 |
|
| 3 |
import (
|
| 4 |
"bufio"
|
| 5 |
+
"bytes"
|
| 6 |
"encoding/json"
|
| 7 |
"fmt"
|
| 8 |
"io"
|
| 9 |
"net/http"
|
|
|
|
|
|
|
| 10 |
"strings"
|
| 11 |
"time"
|
| 12 |
|