static compilation
-
“go build” will embed everything you need(no more “install this in order to run my stuff”)
-
… except dynamic libraries if you use cgo(cgo lets you use any C library)
-
and … except libc
(but who doesn’t have libc?)
2019年12月18日大约 2 分钟