Hacker News new | ask | show | jobs
by g7r 2052 days ago
Go linker generates relatively big binaries due to static linkage. For some cases binary size is becoming an issue. 100+ MB binaries aren't uncommon in Go universe.
1 comments

Can't you just use dynamic linkage?