We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a25be0 commit c9e7be4Copy full SHA for c9e7be4
server.go
@@ -41,7 +41,7 @@ func handle(w http.ResponseWriter, r *http.Request) {
41
}
42
43
func handleInternal(w http.ResponseWriter, r *http.Request, ws *websocket.Conn) {
44
- // For now this okay to put logger here for all the requests
+ // TODO For now this okay to put logger here for all the requests
45
// However, it's best to have logging handler at server entry level
46
start := time.Now()
47
0 commit comments