Hacker News new | ask | show | jobs
by jniedrauer 1866 days ago
> 2) a string is always "" vs null!

This is really just semantics, because nullable strings do exist in go: *string. The difference is you pay a surprisingly severe performance penalty for them.