missing return behoben

master
Klaus Wendel 8 months ago
parent 161c90896f
commit 3524e630cd

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

Loading…
Cancel
Save