Hacker News new | past | comments | ask | show | jobs | submit login

Almost, except that you still do have to be conscious of argument and return types. The one thing that still catches me (and I'm a relative newbie in Go, so that's probably why) is attempting to return nil when the return type won't allow it, such as the case when the return type is a string. It feels weird, but at least the compiler catches it so I can fix it and move on.



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

Search: