How to use Protobuf for data interchange Protobuf encoding increases efficiency when exchanging data between applications written in different languages and running on different platforms.
Manage multiple versions of Go with GVM Keep multiple Go environments, including versions and modules, with Go Version Manager for easy GOPATH management.
The infrastructure is code: A story of COBOL and Go COBOL remains the dominant language of mainframes. What can Go learn from its history to dominate the cloud?
Testing a Go-based S2I builder image In the third article in this series on Source-to-Image for Golang applications, build your application image and take it out for a spin.
Designing a Source-to-Image build for a Go application In the second article in this series on S2I for Golang, learn how to prepare an environment specifically for a Go application.