|
|
|
|
|
by cyphar
3309 days ago
|
|
Actually Go binaries aren't statically linked by default anymore, and there are several hoops you have to jump through to make them statically linked. Note though that Go packages will be statically linked into your binary by default. |
|