Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
hendry
on Dec 27, 2020
|
parent
|
context
|
favorite
| on:
Run More Stuff in Docker
Golang makes it pretty painless to build static binaries. go:embed expected in 1.16 even more so.
FartyMcFarter
on Dec 27, 2020
[–]
If you're building on Linux, does it usually embed glibc in them? If it does, you'll need to comply with the LGPL when you distribute your statically linked binary.
saagarjha
on Dec 27, 2020
|
parent
|
next
[–]
Doesn’t Go just make syscalls on Linux?
hendry
on Dec 27, 2020
|
parent
|
prev
[–]
I think you can escape that with CGO_ENABLED=0
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: