We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9007e29 commit 9dc53c0Copy full SHA for 9dc53c0
examples/autobahn/server.go
@@ -147,7 +147,7 @@ func serveHome(w http.ResponseWriter, r *http.Request) {
147
return
148
}
149
w.Header().Set("Content-Type", "text/html; charset=utf-8")
150
- io.WriteString(w, "<html><body>Echo Server</body></html")
+ io.WriteString(w, "<html><body>Echo Server</body></html>")
151
152
153
var addr = flag.String("addr", ":9000", "http service address")
0 commit comments