|
|
|
|
|
by int_19h
3084 days ago
|
|
You forgot the part where, for the sake of simplicity, their stdlib directly invokes syscalls (rather than going through libc). Which breaks on platforms where syscalls are not considered a stable API, like the BSDs and macOS: https://github.com/golang/go/issues/16606 |
|