mirror of
https://github.com/JuLi0n21/goTsClient.git
synced 2026-04-19 16:00:07 +00:00
git ignore
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
"golang.org/x/net/websocket"
|
||||
)
|
||||
|
||||
func wsHandler(api any) func(*websocket.Conn) {
|
||||
func WsHandler(api any) func(*websocket.Conn) {
|
||||
return func(ws *websocket.Conn) {
|
||||
apiVal := reflect.ValueOf(api)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user