|
|
|
|
|
by cookiengineer
157 days ago
|
|
The reason I value Go so much is because you have a fat dependency free binary that's just a bunch of syscalls when you use CGO_ENABLED=0. Combine that with a minimal docker container and you don't even need a shell or anything but the kernel in those images. |
|
AFAICT, static linking just means the set of vulnerabilities you get landed with won't change over time.