We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8ee7f commit dd1d035Copy full SHA for dd1d035
examples/websocket-browser-link/server/server.go
@@ -109,5 +109,5 @@ func run() error {
109
mux.Handle("GET /test.wasm", fileServer)
110
111
le.Info("listening on :8080")
112
- return http.ListenAndServe(":8080", mux)
+ return http.ListenAndServe(":8080", mux) //nolint:gosec
113
}
0 commit comments