Hacker News new | ask | show | jobs
by masklinn 3570 days ago
> Does Go suffer from boundary access issues that C has?

It has NPE (like Java or C#), though in some conditions it'll behave more like Objective-C.