Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Does that mean it now throws an error if you use the common punt like `foo, _ := …` and never check `_`?


No, because using `foo, _` you're explicitly saying that you don't care about the error.


No, but that's what I mean as intentionally ignoring.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: