"Missing return" behoben

test
Klaus Wendel 3 years ago
parent 03b9dace16
commit 7347345fa3

@ -37,4 +37,6 @@ func WsjsonReceive(ctx context.Context, conn *websocket.Conn, dosth func(interfa
if err != nil {
return
}
return nil
}

Loading…
Cancel
Save