You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If expression has visible result, assignment to "" should not hide it.
This means it is invalid to remove "" assignments completely.
Currently, there is function call as an exception, it should be extended with
array/slice/string lookups, pointer dereferences and other expressions that may panic.
If expression has visible result, assignment to "" should not hide it.
This means it is invalid to remove "" assignments completely.
Currently, there is function call as an exception, it should be extended with
array/slice/string lookups, pointer dereferences and other expressions that may panic.
Example in Go std code:
The text was updated successfully, but these errors were encountered: