Y
Hacker News
new
|
ask
|
show
|
jobs
by
dangerlibrary
4262 days ago
I'm pretty sure all Go binaries are statically linked.
2 comments
munificent
4262 days ago
Sure, but that's orthogonal to what's being discussed here. You don't check your compiled binary into source control, but proponents of vendoring
do
check their (transitive) dependencies in.
link
weitzj
4262 days ago
But they said there are plans for dynamic linking
link