DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Go and static linking

5 years ago medium.com

Summary: This is a summary of an article originally published by the source. Read the full original article here →

Hello! As you know, linking in golang is static. It means that all libraries need to run our programs included in our final binary. And this is great — no more version problem, most straightforward deployment, etc. The only tradeoff is binary size, but this is not a problem in 2020. Perfect.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com