func github.com/coder/websocket.Accept

2 uses

	github.com/coder/websocket (current package)
		accept.go#L102: func Accept(w http.ResponseWriter, r *http.Request, opts *AcceptOptions) (*Conn, error) {

	github.com/gotd/td/transport
		websocket.go#L34: 	wsConn, err := websocket.Accept(w, r, &websocket.AcceptOptions{