Hacker News new | ask | show | jobs
by donio 764 days ago
glibc won't be used at all.

With Go on Linux libc is only needed when the libc DNS resolver is used (instead of Go's built-in one) or if C libraries are used. superfile doesn't need either of these so it's very simple to build it as a pure Go executable which will be statically linked and contain no C code at all.

1 comments

Op's example however did use glibc though.