Y
Hacker News
new
|
ask
|
show
|
jobs
by
dilyevsky
1672 days ago
If I remember correctly Go does use libc by default if you link with net package (you can set CGO_ENABLED=0 to disable it but then you won’t get NSS). On openbsd it also switched back to using libc
1 comments
wbl
1672 days ago
You can also use a net specific build tag.
link