Hacker News new | ask | show | jobs
by wonko1 3450 days ago
I think the original question was querying if the runtime is statically or dynamically linked.

It's also possibly a subtle dig at go, because unlike other languages go does not use dynamic linking, meaning bugs in libraries require recompilation (has positive effects too).

1 comments

Yes it does, since Go 1.6.

It just isn't the default compilation mode, you have to explicitly enable it.