Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
vetinari
on Nov 8, 2024
|
parent
|
context
|
favorite
| on:
Linux Syscall Support
While Linux does have stable syscall interface, unlike other OS-es, you still want to go through glibc. At least for NSS, otherwise your app could be broken.
Golang has CGO_ENABLED=1 as the default for this reason.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Golang has CGO_ENABLED=1 as the default for this reason.