Y
Hacker News
new
|
ask
|
show
|
jobs
by
pcwalton
3565 days ago
Go has null pointers, unlike Rust. Dereferencing a null reference type generally panics, but there are some random exceptions (e.g. indexing a nil map returns a zero value of the appropriate type).