Y
Hacker News
new
|
ask
|
show
|
jobs
by
svnpenn
1329 days ago
thats kind of misleading, as you could just do:
func myFunc() error
1 comments
im-a-baby
1329 days ago
Yes you could do that, but then you’d lose type info on the error.
link