Hacker News new | ask | show | jobs
by catlifeonmars 1487 days ago
Sometimes you want a non-nullable string pointer. In Go, nullability and dereferencing are coupled under the same language construct (pointers).