|
|
|
|
|
by code_martial
4905 days ago
|
|
> Funny thing about Go is that as a compiled language, folks often need to send the source-code to the deployment servers to compile on them too. Doesn't seem like a situation precipitated by something in Go. I've found cross-compilation to be very easy and effective. Having your build setup on the deployment servers would negate the advantage of the dependency free single-binary deployment. |
|