The err check should always be done with != and have the error case first, to follow the pattern and avoid mistakes like these.
49 KiB
49 KiB
The err check should always be done with != and have the error case first, to follow the pattern and avoid mistakes like these.