GosmInit ergänzt. Es ginge auch ohne, aber so wird die Sache rund.

master
Klaus Wendel 8 months ago
parent 1edff5f18d
commit 161c90896f

@ -222,3 +222,7 @@ func WsReceive(ctx context.Context, conn *websocket.Conn, dosth func([]byte) []b
return
}
func GosmInit() (ga GosmAdapter) {
ga = &GosmContainer{}
}

Loading…
Cancel
Save