Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
collinmanderson
on July 13, 2017
|
parent
|
context
|
favorite
| on:
Toward Go 2
hah. It's #1 "err", #2 "if", #3 "return", #4 "nil". :)
That must be because a lot of function calls are followed by:
if err != nil { return err }
https://stackoverflow.com/questions/18771569/avoid-checking-...
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
That must be because a lot of function calls are followed by:
https://stackoverflow.com/questions/18771569/avoid-checking-...