Remix.run Logo
rjsw 3 months ago

I thought that Go invoked syscalls directly instead of going through libc.

jfuafdfwa 3 months ago | parent [-]

It's Go's best feature, a simple CGO_ENABLED=0 gives you freedom from the tyranny of libc.