good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit dbda178a authored by a's avatar a
Browse files

a

parent 950bc819
Branches
Tags
No related merge requests found
Checking pipeline status
...@@ -25,7 +25,7 @@ func main() { ...@@ -25,7 +25,7 @@ func main() {
r.RegisterStruct("server", server) r.RegisterStruct("server", server)
log.Println("running on 8855") log.Println("running on 8855")
log.Println(http.ListenAndServe(":8855", codecs.HttpHandler(r))) log.Println(http.ListenAndServe(":8855", codecs.HttpWebsocketHandler(r, []string{"*"})))
} }
type EchoServer struct { type EchoServer struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment