On Sat, Sep 13, 2025 at 2:44 AM Emanuele Rocca <[email protected]> wrote: > By default, executables produced by the golang > compiler have both, and thus are not considered to be statically linked.
This doesn't apply to packages that don't use any cgo. For example, efm-langserver[1] doesn't link libc and it uses default build options. [1] https://tracker.debian.org/pkg/efm-langserver You can find other examples by searching packages that don't depend on libc and have golang in built-using field. -- Shengjing Zhu
