I am testing with golang websocket dialer to connect with my own websocket server. This is the dialer code:
golang
package main import ( "log&