Y
Hacker News
new
|
ask
|
show
|
jobs
by
msm_
781 days ago
Aren't go binaries statically compiled? Why is anything other than a static binary download and `chmod +x` even needed?
1 comments
_joel
781 days ago
sure, for each arch.. or just use the thing that the tool is designed for as the distribution mechanism. A `docker run ...` is one step, not the two you're advocating.
link