예제 #1
0
파일: server.go 프로젝트: notedit/sockjs-go
func CloseHandler(conn sockjs.Conn) {
	conn.Close()
}