Where Did My Modules Go? Building and Deploying Go Apps With Gocenter Codefresh
Dive into the power of Go Modules for streamlined, lightning-quick builds! Explore real dependency management, pipelines from code to production, and witness the speed and ease of Go in action.
Go is the language of choice for a lot of (cloud-native) projects because it creates very streamlined binaries. We used to “vendor” in all dependencies, but with Go Modules we now have real dependency management. We’ll show you a few pipelines from code to production and see if Modules are that much better to make builds lightning quick and hassle-free.
In the talk I covered:
- A brief overview of Go
- Some of the finer poetry for #WorldPoetryDay 2019
- A live performance test on how much faster Go Modules are